1 override of GetTouchPoint
PresentationCore (1)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
44public override TouchPoint GetTouchPoint(IInputElement relativeTo)
5 references to GetTouchPoint
PresentationCore (5)
System\Windows\Input\TouchDevice.cs (4)
794TouchPoint touchPoint = GetTouchPoint(null); 1160points.Add(device.GetTouchPoint(relativeTo)); 1174return device.GetTouchPoint(relativeTo); 1280return GetTouchPoint(relativeTo).Position;
System\Windows\Input\TouchEventArgs.cs (1)
37return TouchDevice.GetTouchPoint(relativeTo);