C# Класс Glass.Basics.Behaviors.DragDrop.ChildrenRetriever

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetChildAt() публичный статический Метод

public static GetChildAt ( IEnumerable children, Point point ) : UIElement
children IEnumerable
point System.Windows.Point
Результат UIElement

GetChildAt() публичный статический Метод

public static GetChildAt ( System.Windows.Controls.UIElementCollection children, Point point ) : UIElement
children System.Windows.Controls.UIElementCollection
point System.Windows.Point
Результат UIElement

GetChildrenFromItemsControl() публичный статический Метод

public static GetChildrenFromItemsControl ( ItemsControl itemsControl ) : IEnumerable
itemsControl System.Windows.Controls.ItemsControl
Результат IEnumerable

GetChildrenFromPanel() публичный статический Метод

public static GetChildrenFromPanel ( System.Windows.Controls.Panel panel ) : IEnumerable
panel System.Windows.Controls.Panel
Результат IEnumerable