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

Datei anzeigen Open project: SuperJMN/Glass Class Usage Examples

Public Methods

Method 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 method

public static GetChildAt ( IEnumerable children, Point point ) : UIElement
children IEnumerable
point System.Windows.Point
return UIElement

GetChildAt() public static method

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

GetChildrenFromItemsControl() public static method

public static GetChildrenFromItemsControl ( ItemsControl itemsControl ) : IEnumerable
itemsControl System.Windows.Controls.ItemsControl
return IEnumerable

GetChildrenFromPanel() public static method

public static GetChildrenFromPanel ( System.Windows.Controls.Panel panel ) : IEnumerable
panel System.Windows.Controls.Panel
return IEnumerable