C# Class Boogaart.Silverlight.Behaviors.Popup

Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Свойство Type Description
ActualOrientationProperty System.Windows.DependencyProperty
PlacementChildProperty System.Windows.DependencyProperty
PlacementParentProperty System.Windows.DependencyProperty
PlacementTargetProperty System.Windows.DependencyProperty
PreferredOrientationsProperty System.Windows.DependencyProperty
StaysOpenProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetActualOrientation ( System.Windows.Controls.Primitives popup ) : PopupOrientation
GetPlacementChild ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPlacementParent ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPlacementTarget ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetPreferredOrientations ( System.Windows.Controls.Primitives popup ) : PopupOrientationCollection
GetStaysOpen ( System.Windows.Controls.Primitives popup ) : bool
SetActualOrientation ( System.Windows.Controls.Primitives popup, PopupOrientation orientation ) : void
SetPlacementChild ( System.Windows.Controls.Primitives popup, FrameworkElement placementChild ) : void
SetPlacementParent ( System.Windows.Controls.Primitives popup, FrameworkElement placementParent ) : void
SetPlacementTarget ( System.Windows.Controls.Primitives popup, FrameworkElement placementTarget ) : void
SetPreferredOrientations ( System.Windows.Controls.Primitives popup, PopupOrientationCollection orientations ) : void
SetStaysOpen ( System.Windows.Controls.Primitives popup, bool staysOpen ) : void

Private Methods

Méthode Description
FindHighestAncestor ( System.Windows.Controls.Primitives popup ) : FrameworkElement
GetHorizontalAlignmentsInOrderOfPreference ( PopupHorizontalAlignment preferredHorizontalAlignment ) : IEnumerable
GetPlacementModesInOrderOfPreference ( PopupPlacement preferredPlacementMode ) : IEnumerable
GetPopup ( DependencyObject dependencyObject ) : System.Windows.Controls.Primitives.Popup
GetVerticalAlignmentsInOrderOfPreference ( PopupVerticalAlignment preferredVerticalAlignment ) : IEnumerable
InvalidatePosition ( System.Windows.Controls.Primitives popup ) : void
OnChildSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
OnInvalidateOrientation ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPlacementTargetChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPopupOpened ( object sender, EventArgs e ) : void
OnStaysOpenChanged ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PositionPopup ( System.Windows.Controls.Primitives popup ) : void
SetPopup ( DependencyObject dependencyObject, System.Windows.Controls.Primitives popup ) : void
TryPlacePopup ( System.Windows.Controls.Primitives popup, FrameworkElement parent, FrameworkElement placementParent, FrameworkElement placementChild, PopupOrientation orientation ) : bool

Method Details

GetActualOrientation() public static méthode

public static GetActualOrientation ( System.Windows.Controls.Primitives popup ) : PopupOrientation
popup System.Windows.Controls.Primitives
Résultat PopupOrientation

GetPlacementChild() public static méthode

public static GetPlacementChild ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Résultat System.Windows.FrameworkElement

GetPlacementParent() public static méthode

public static GetPlacementParent ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Résultat System.Windows.FrameworkElement

GetPlacementTarget() public static méthode

public static GetPlacementTarget ( System.Windows.Controls.Primitives popup ) : FrameworkElement
popup System.Windows.Controls.Primitives
Résultat System.Windows.FrameworkElement

GetPreferredOrientations() public static méthode

public static GetPreferredOrientations ( System.Windows.Controls.Primitives popup ) : PopupOrientationCollection
popup System.Windows.Controls.Primitives
Résultat PopupOrientationCollection

GetStaysOpen() public static méthode

public static GetStaysOpen ( System.Windows.Controls.Primitives popup ) : bool
popup System.Windows.Controls.Primitives
Résultat bool

SetActualOrientation() public static méthode

public static SetActualOrientation ( System.Windows.Controls.Primitives popup, PopupOrientation orientation ) : void
popup System.Windows.Controls.Primitives
orientation PopupOrientation
Résultat void

SetPlacementChild() public static méthode

public static SetPlacementChild ( System.Windows.Controls.Primitives popup, FrameworkElement placementChild ) : void
popup System.Windows.Controls.Primitives
placementChild System.Windows.FrameworkElement
Résultat void

SetPlacementParent() public static méthode

public static SetPlacementParent ( System.Windows.Controls.Primitives popup, FrameworkElement placementParent ) : void
popup System.Windows.Controls.Primitives
placementParent System.Windows.FrameworkElement
Résultat void

SetPlacementTarget() public static méthode

public static SetPlacementTarget ( System.Windows.Controls.Primitives popup, FrameworkElement placementTarget ) : void
popup System.Windows.Controls.Primitives
placementTarget System.Windows.FrameworkElement
Résultat void

SetPreferredOrientations() public static méthode

public static SetPreferredOrientations ( System.Windows.Controls.Primitives popup, PopupOrientationCollection orientations ) : void
popup System.Windows.Controls.Primitives
orientations PopupOrientationCollection
Résultat void

SetStaysOpen() public static méthode

public static SetStaysOpen ( System.Windows.Controls.Primitives popup, bool staysOpen ) : void
popup System.Windows.Controls.Primitives
staysOpen bool
Résultat void

Property Details

ActualOrientationProperty public_oe static_oe property

public static DependencyProperty,System.Windows ActualOrientationProperty
Résultat System.Windows.DependencyProperty

PlacementChildProperty public_oe static_oe property

public static DependencyProperty,System.Windows PlacementChildProperty
Résultat System.Windows.DependencyProperty

PlacementParentProperty public_oe static_oe property

public static DependencyProperty,System.Windows PlacementParentProperty
Résultat System.Windows.DependencyProperty

PlacementTargetProperty public_oe static_oe property

public static DependencyProperty,System.Windows PlacementTargetProperty
Résultat System.Windows.DependencyProperty

PreferredOrientationsProperty public_oe static_oe property

public static DependencyProperty,System.Windows PreferredOrientationsProperty
Résultat System.Windows.DependencyProperty

StaysOpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows StaysOpenProperty
Résultat System.Windows.DependencyProperty