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