Click or drag to resize
DigitalRuneUIHelperGetSubtree Method
Gets the subtree (the given control and all of its descendants in the visual tree).
Overload List
  NameDescription
Public methodStatic memberGetSubtree(UIControl)
Gets the subtree (the given control and all of its descendants in the visual tree) using a depth-first search.
Public methodStatic memberGetSubtree(UIControl, Boolean)
Gets the subtree (the given control and all of its descendants in the visual tree) using either a depth-first or a breadth-first search.
Top
See Also