1 instantiation of TouchPointCollection
PresentationCore (1)
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1242TouchPointCollection points = new TouchPointCollection();
5 references to TouchPointCollection
PresentationCore (5)
Core\CSharp\System\Windows\Input\TouchDevice.cs (3)
192public abstract TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo); 1240internal static TouchPointCollection GetTouchPoints(IInputElement relativeTo) 1242TouchPointCollection points = new TouchPointCollection();
Core\CSharp\System\Windows\Input\TouchEventArgs.cs (1)
45public TouchPointCollection GetIntermediateTouchPoints(IInputElement relativeTo)
Core\CSharp\System\Windows\Input\TouchFrameEventArgs.cs (1)
41public TouchPointCollection GetTouchPoints(IInputElement relativeTo)