6 references to GetCapturedTouches
PresentationCore (6)
System\Windows\ContentElement.cs (2)
895
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
906
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
System\Windows\UIElement.cs (2)
4599
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
4610
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
System\Windows\UIElement3D.cs (2)
1497
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
1508
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);