9 references to TouchPoint
PresentationCore (9)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
185public abstract TouchPoint GetTouchPoint(IInputElement relativeTo); 860TouchPoint touchPoint = GetTouchPoint(null); 1256internal static TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
Core\CSharp\System\Windows\Input\TouchEventArgs.cs (1)
34public TouchPoint GetTouchPoint(IInputElement relativeTo)
Core\CSharp\System\Windows\Input\TouchFrameEventArgs.cs (1)
51public TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
Core\CSharp\System\Windows\Input\TouchPoint.cs (3)
16public class TouchPoint : IEquatable<TouchPoint> 106bool IEquatable<TouchPoint>.Equals(TouchPoint other)
Core\CSharp\System\Windows\Input\TouchPointCollection.cs (1)
15public class TouchPointCollection : Collection<TouchPoint>