VisualTreeHelper Methods
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The VisualTreeHelper type exposes the following members.
| Name | Description | |
|---|---|---|
|
FindElementsInHostCoordinates(Point, UIElement) | Retrieves a set of objects that are located within a specified point of an object's coordinate space. |
|
FindElementsInHostCoordinates(Rect, UIElement) | Retrieves a set of objects that are located within a specified Rect of an object's coordinate space. |
|
GetChild | Using the provided index, obtains a specific child object of the provided object by examining the visual tree. |
|
GetChildrenCount | Returns the number of children that exists in an object's child collection in the visual tree. |
|
GetOpenPopups | Gets all open Popup controls. |
|
GetParent | Returns an object's parent object in the visual tree. |
Show: