UIElement.TouchesCapturedWithin Property
.NET Framework 4.6 and 4.5
Gets all touch devices that are captured to this element or any child elements in its visual tree.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<TouchDevice>An enumeration of TouchDevice objects that are captured to this element or any child elements in its visual tree.
Show: