2 instantiations of TouchPointCollection
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
98
TouchPointCollection touchPoints = new
TouchPointCollection
();
System\Windows\Input\TouchDevice.cs (1)
1141
TouchPointCollection points = new
TouchPointCollection
();
7 references to TouchPointCollection
PresentationCore (7)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
93
public override
TouchPointCollection
GetIntermediateTouchPoints(IInputElement relativeTo)
98
TouchPointCollection
touchPoints = new TouchPointCollection();
System\Windows\Input\TouchDevice.cs (3)
146
public abstract
TouchPointCollection
GetIntermediateTouchPoints(IInputElement relativeTo);
1139
internal static
TouchPointCollection
GetTouchPoints(IInputElement relativeTo)
1141
TouchPointCollection
points = new TouchPointCollection();
System\Windows\Input\TouchEventArgs.cs (1)
41
public
TouchPointCollection
GetIntermediateTouchPoints(IInputElement relativeTo)
System\Windows\Input\TouchFrameEventArgs.cs (1)
38
public
TouchPointCollection
GetTouchPoints(IInputElement relativeTo)