6 references to Captured
PresentationCore (6)
Core\CSharp\System\Windows\ContentElement.cs (1)
892
if (touchDevice.
Captured
== this)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
1278
if (device.
Captured
== element)
1324
IInputElement touchElement = isCapture ? device.
Captured
: device.DirectlyOver;
1344
IInputElement touchElement = isCapture ? device.
Captured
: device.DirectlyOver;
Core\CSharp\System\Windows\UIElement.cs (1)
4635
if (touchDevice.
Captured
== this)
Core\CSharp\System\Windows\UIElement3D.cs (1)
1506
if (touchDevice.
Captured
== this)