Click or drag to resize

UIHelper Methods

The UIHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindChildT(DependencyObject)
Finds a Child of a given item in the visual tree.
Public methodStatic memberFindChildT(DependencyObject, String)
Finds a Child of a given item in the visual tree.
Public methodStatic memberFindControlParentT
Gets the parent of the control
Public methodStatic memberFindFirstChildT
Gets the first available child
Public methodStatic memberFindLogicalChildrenT
Gets the logical child
Public methodStatic memberFindLogicalParentT
Public methodStatic memberFindParentT
Public methodStatic memberFindVisualChildrenT
Gets the visual child
Public methodStatic memberFindVisualParentT
Finds a parent of a given item on the visual tree.
Top
See Also