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