6 references to GetCapturedTouches
PresentationCore (6)
Core\CSharp\System\Windows\ContentElement.cs (2)
918
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
929
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
Core\CSharp\System\Windows\UIElement.cs (2)
4661
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
4672
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
Core\CSharp\System\Windows\UIElement3D.cs (2)
1532
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
1543
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);