UIHelper methods |
The UIHelper Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| FindFirstLogicalChildOfTypeT | Searches in the LogicalTree of the FrameworkElement element after the first child element of type T. | |
| FindFirstLogicalChildOfTypeAndNameT | Searches in the LogicalTree of the FrameworkElement element after the first child element of type T. | |
| FindFirstVisualChildOfTypeT | Searches in the VisualTree of the FrameworkElement element after the first child element of type T. | |
| FindFirstVisualChildOfTypeAfterVisualChildOfTypeAndNameT, U | Searches in the VisualTree of the FrameworkElement element for the first child element of type T, which follows a child element of type 'predecessorType' with the name 'predecessorName'. | |
| FindFirstVisualChildOfTypeAndNameT | Searches in the VisualTree of the FrameworkElement element after the first child element of type T with name == name. | |
| FindFirstVisualParentOfTypeT | Searches in the VisualTree of the FrameworkElement element upwards after the first parent element of type T. | |
| FindFirstVisualParentOfTypeAndNameT | Searches in the VisualTree from the FrameworkElement element upwards after the first parent element of type T with name == name. |