LogicalTreeHelper Methods
The LogicalTreeHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
BringIntoView | Attempts to bring the requested UI element into view and raises the FrameworkElement.RequestBringIntoView event on the target in order to report the results. |
|
FindLogicalNode | Attempts to find and return an object that has the specified name. The search starts from the specified object and continues into subnodes of the logical tree. |
|
GetChildren(DependencyObject) | Returns the collection of immediate child objects of the specified object, by processing the logical tree. |
|
GetChildren(FrameworkContentElement) | Returns the collection of immediate child objects of the specified FrameworkContentElement by processing the logical tree. |
|
GetChildren(FrameworkElement) | Returns the collection of immediate child objects of the specified FrameworkElement by processing the logical tree. |
|
GetParent | Returns the parent object of the specified object by processing the logical tree. |