VisualTreeHelper.FindElementsInHostCoordinates Method

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

Retrieves a set of objects that are located within a specified point or Rect of an object's coordinate space.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  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.

Top