2 instantiations of TouchPoint
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
50return new TouchPoint(this, position, rectBounds, _lastAction); 113TouchPoint touchPoint = new TouchPoint(this, position, rectBounds, _lastAction);
11 references to TouchPoint
PresentationCore (11)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
44public override TouchPoint GetTouchPoint(IInputElement relativeTo) 113TouchPoint touchPoint = new TouchPoint(this, position, rectBounds, _lastAction);
System\Windows\Input\TouchDevice.cs (3)
151public abstract TouchPoint GetTouchPoint(IInputElement relativeTo); 794TouchPoint touchPoint = GetTouchPoint(null); 1167internal static TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchEventArgs.cs (1)
35public TouchPoint GetTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchFrameEventArgs.cs (1)
52public TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchPoint.cs (3)
17public class TouchPoint : IEquatable<TouchPoint> 104bool IEquatable<TouchPoint>.Equals(TouchPoint other)
System\Windows\Input\TouchPointCollection.cs (1)
16public class TouchPointCollection : Collection<TouchPoint>