C# Class Glass.Basics.Behaviors.DragDrop.ChildrenRetriever

Afficher le fichier Open project: SuperJMN/Glass Class Usage Examples

Méthodes publiques

Méthode Description
GetChildAt ( IEnumerable children, Point point ) : UIElement
GetChildAt ( System.Windows.Controls.UIElementCollection children, Point point ) : UIElement
GetChildrenFromItemsControl ( ItemsControl itemsControl ) : IEnumerable
GetChildrenFromPanel ( System.Windows.Controls.Panel panel ) : IEnumerable

Method Details

GetChildAt() public static méthode

public static GetChildAt ( IEnumerable children, Point point ) : UIElement
children IEnumerable
point System.Windows.Point
Résultat UIElement

GetChildAt() public static méthode

public static GetChildAt ( System.Windows.Controls.UIElementCollection children, Point point ) : UIElement
children System.Windows.Controls.UIElementCollection
point System.Windows.Point
Résultat UIElement

GetChildrenFromItemsControl() public static méthode

public static GetChildrenFromItemsControl ( ItemsControl itemsControl ) : IEnumerable
itemsControl System.Windows.Controls.ItemsControl
Résultat IEnumerable

GetChildrenFromPanel() public static méthode

public static GetChildrenFromPanel ( System.Windows.Controls.Panel panel ) : IEnumerable
panel System.Windows.Controls.Panel
Résultat IEnumerable