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)
4592
return TouchDevice.
GetCapturedTouches
(this, includeWithin: false);
4603
return TouchDevice.
GetCapturedTouches
(this, includeWithin: true);
System\Windows\UIElement3D.cs (2)
1496
return TouchDevice.
GetCapturedTouches
(this, includeWithin: false);
1507
return TouchDevice.
GetCapturedTouches
(this, includeWithin: true);