13 references to Capture
PresentationCore (13)
System\Windows\ContentElement.cs (2)
870return touchDevice.Capture(this); 884touchDevice.Capture(null);
System\Windows\Input\TouchDevice.cs (7)
566Capture(null); 598thisRef.Capture(null); 735Capture(null); 771Capture(null); 1086Capture(manipulatableElement); 1091Capture(null); 1191device.Capture(null);
System\Windows\UIElement.cs (2)
4580return touchDevice.Capture(this); 4594touchDevice.Capture(null);
System\Windows\UIElement3D.cs (2)
1475return touchDevice.Capture(this); 1489touchDevice.Capture(null);