2 instantiations of TouchPointCollection
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
100TouchPointCollection touchPoints = new TouchPointCollection();
System\Windows\Input\TouchDevice.cs (1)
1153TouchPointCollection points = new TouchPointCollection();
7 references to TouchPointCollection
PresentationCore (7)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
95public override TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo) 100TouchPointCollection touchPoints = new TouchPointCollection();
System\Windows\Input\TouchDevice.cs (3)
158public abstract TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo); 1151internal static TouchPointCollection GetTouchPoints(IInputElement relativeTo) 1153TouchPointCollection points = new TouchPointCollection();
System\Windows\Input\TouchEventArgs.cs (1)
46public TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo)
System\Windows\Input\TouchFrameEventArgs.cs (1)
42public TouchPointCollection GetTouchPoints(IInputElement relativeTo)