2 instantiations of TouchPoint
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
48return new TouchPoint(this, position, rectBounds, _lastAction); 111TouchPoint touchPoint = new TouchPoint(this, position, rectBounds, _lastAction);
11 references to TouchPoint
PresentationCore (11)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
42public override TouchPoint GetTouchPoint(IInputElement relativeTo) 111TouchPoint touchPoint = new TouchPoint(this, position, rectBounds, _lastAction);
System\Windows\Input\TouchDevice.cs (3)
139public abstract TouchPoint GetTouchPoint(IInputElement relativeTo); 782TouchPoint touchPoint = GetTouchPoint(null); 1155internal static TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchEventArgs.cs (1)
30public TouchPoint GetTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchFrameEventArgs.cs (1)
48public TouchPoint GetPrimaryTouchPoint(IInputElement relativeTo)
System\Windows\Input\TouchPoint.cs (3)
13public class TouchPoint : IEquatable<TouchPoint> 100bool IEquatable<TouchPoint>.Equals(TouchPoint other)
System\Windows\Input\TouchPointCollection.cs (1)
15public class TouchPointCollection : Collection<TouchPoint>