13 references to Capture
PresentationCore (13)
Core\CSharp\System\Windows\ContentElement.cs (2)
877return touchDevice.Capture(this); 894touchDevice.Capture(null);
Core\CSharp\System\Windows\Input\TouchDevice.cs (7)
604Capture(null); 640Capture(null); 787Capture(null); 837Capture(null); 1175Capture(manipulatableElement); 1180Capture(null); 1280device.Capture(null);
Core\CSharp\System\Windows\UIElement.cs (2)
4620return touchDevice.Capture(this); 4637touchDevice.Capture(null);
Core\CSharp\System\Windows\UIElement3D.cs (2)
1491return touchDevice.Capture(this); 1508touchDevice.Capture(null);