13 references to Capture
PresentationCore (13)
System\Windows\ContentElement.cs (2)
857return touchDevice.Capture(this); 871touchDevice.Capture(null);
System\Windows\Input\TouchDevice.cs (7)
554Capture(null); 586thisRef.Capture(null); 723Capture(null); 759Capture(null); 1076Capture(manipulatableElement); 1081Capture(null); 1178device.Capture(null);
System\Windows\UIElement.cs (2)
4554return touchDevice.Capture(this); 4568touchDevice.Capture(null);
System\Windows\UIElement3D.cs (2)
1458return touchDevice.Capture(this); 1472touchDevice.Capture(null);