| UIHelper Class |
Namespace: DigitalRune.Game.UI
The UIHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAncestors |
Gets the ancestors of the control in the visual tree.
| |
| GetDescendants(UIControl) |
Gets the descendants of the control in the visual tree using a depth-first search.
| |
| GetDescendants(UIControl, Boolean) |
Gets the descendants of the control in the visual tree using either a depth-first or a
breadth-first search.
| |
| GetLeaves |
Gets the leaves of the control in the visual tree.
| |
| GetRoot |
Returns the root control of the visual tree.
| |
| GetSelfAndAncestors |
Gets the control and its ancestors in the visual tree.
| |
| GetSubtree(UIControl) |
Gets the subtree (the given control and all of its descendants in the visual tree) using a
depth-first search.
| |
| GetSubtree(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.
|