6 references to GetCapturedTouches
PresentationCore (6)
System\Windows\ContentElement.cs (2)
894
return TouchDevice.
GetCapturedTouches
(this, includeWithin: false);
905
return TouchDevice.
GetCapturedTouches
(this, includeWithin: true);
System\Windows\UIElement.cs (2)
4591
return TouchDevice.
GetCapturedTouches
(this, includeWithin: false);
4602
return TouchDevice.
GetCapturedTouches
(this, includeWithin: true);
System\Windows\UIElement3D.cs (2)
1495
return TouchDevice.
GetCapturedTouches
(this, includeWithin: false);
1506
return TouchDevice.
GetCapturedTouches
(this, includeWithin: true);