6 references to Captured
PresentationCore (6)
System\Windows\ContentElement.cs (1)
869if (touchDevice.Captured == this)
System\Windows\Input\TouchDevice.cs (3)
1176if (device.Captured == element) 1222IInputElement touchElement = isCapture ? device.Captured : device.DirectlyOver; 1242IInputElement touchElement = isCapture ? device.Captured : device.DirectlyOver;
System\Windows\UIElement.cs (1)
4566if (touchDevice.Captured == this)
System\Windows\UIElement3D.cs (1)
1470if (touchDevice.Captured == this)