5 references to GetTouchPoint
PresentationCore (5)
Core\CSharp\System\Windows\Input\TouchDevice.cs (4)
860TouchPoint touchPoint = GetTouchPoint(null); 1249points.Add(device.GetTouchPoint(relativeTo)); 1263return device.GetTouchPoint(relativeTo); 1369return GetTouchPoint(relativeTo).Position;
Core\CSharp\System\Windows\Input\TouchEventArgs.cs (1)
36return TouchDevice.GetTouchPoint(relativeTo);