6 references to Captured
PresentationCore (6)
System\Windows\ContentElement.cs (1)
880
if (touchDevice.
Captured
== this)
System\Windows\Input\TouchDevice.cs (3)
1189
if (device.
Captured
== element)
1235
IInputElement touchElement = isCapture ? device.
Captured
: device.DirectlyOver;
1255
IInputElement touchElement = isCapture ? device.
Captured
: device.DirectlyOver;
System\Windows\UIElement.cs (1)
4586
if (touchDevice.
Captured
== this)
System\Windows\UIElement3D.cs (1)
1486
if (touchDevice.
Captured
== this)