13 references to Capture
PresentationCore (13)
System\Windows\ContentElement.cs (2)
856return touchDevice.Capture(this); 870touchDevice.Capture(null);
System\Windows\Input\TouchDevice.cs (7)
553Capture(null); 585thisRef.Capture(null); 722Capture(null); 758Capture(null); 1075Capture(manipulatableElement); 1080Capture(null); 1177device.Capture(null);
System\Windows\UIElement.cs (2)
4553return touchDevice.Capture(this); 4567touchDevice.Capture(null);
System\Windows\UIElement3D.cs (2)
1457return touchDevice.Capture(this); 1471touchDevice.Capture(null);