6 references to GetCapturedTouches
PresentationCore (6)
System\Windows\ContentElement.cs (2)
906
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
917
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
System\Windows\UIElement.cs (2)
4612
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
4623
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);
System\Windows\UIElement3D.cs (2)
1512
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ false);
1523
return TouchDevice.
GetCapturedTouches
(this, /* includeWithin = */ true);