1 override of GetTouchPoint
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
42public override TouchPoint GetTouchPoint(IInputElement relativeTo)
5 references to GetTouchPoint
PresentationCore (5)
System\Windows\Input\TouchDevice.cs (4)
782TouchPoint touchPoint = GetTouchPoint(null); 1148points.Add(device.GetTouchPoint(relativeTo)); 1162return device.GetTouchPoint(relativeTo); 1268return GetTouchPoint(relativeTo).Position;
System\Windows\Input\TouchEventArgs.cs (1)
32return TouchDevice.GetTouchPoint(relativeTo);