C# 클래스 Glass.Basics.Behaviors.DragDrop.ChildrenRetriever

파일 보기 프로젝트 열기: SuperJMN/Glass 1 사용 예제들

공개 메소드들

메소드 설명
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