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