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); 1074Capture(manipulatableElement); 1079Capture(null); 1179device.Capture(null);
System\Windows\UIElement.cs (2)
4569return touchDevice.Capture(this); 4583touchDevice.Capture(null);
System\Windows\UIElement3D.cs (2)
1459return touchDevice.Capture(this); 1473touchDevice.Capture(null);