VisualTreeHelper Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The VisualTreeHelper type exposes the following members.

Methods

  Name Description
Public methodStatic memberSupported by Silverlight for Windows Phone FindElementsInHostCoordinates(Point, UIElement) Retrieves a set of objects that are located within a specified point of an object's coordinate space.
Public methodStatic member FindElementsInHostCoordinates(Point, Window) Retrieves a set of objects that are located within a specified point of a window's coordinate space.
Public methodStatic memberSupported by Silverlight for Windows Phone FindElementsInHostCoordinates(Rect, UIElement) Retrieves a set of objects that are located within a specified Rect of an object's coordinate space.
Public methodStatic member FindElementsInHostCoordinates(Rect, Window) Retrieves a set of objects that are located within a specified Rect of a window's coordinate space.
Public methodStatic memberSupported by Silverlight for Windows Phone GetChild Using the provided index, obtains a specific child object of the provided object by examining the visual tree.
Public methodStatic memberSupported by Silverlight for Windows Phone GetChildrenCount Returns the number of children that exists in an object's child collection in the visual tree.
Public methodStatic memberSupported by Silverlight for Windows Phone GetOpenPopups() Gets all open Popup controls.
Public methodStatic member GetOpenPopups(Window) Gets all open Popup controls.
Public methodStatic memberSupported by Silverlight for Windows Phone GetParent Returns an object's parent object in the visual tree.
Public methodStatic member GetRoot Returns an object's root object in the visual tree.

Top