6 references to StylusPoints
PresentationCore (6)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
407
StylusPointCollection stylusPoints = strokeInfo.
StylusPoints
;
826
for (int i = 0; i <
StylusPoints
.Count; i++)
841
StylusPointCollection stylusPoints = this.
StylusPoints
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
254
StylusPointCollection stylusPoints = strokeInfo.
StylusPoints
;
310
StylusPointCollection stylusPoints = strokeInfo.
StylusPoints
;
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
129
StylusPointCollection stylusPoints = strokeInfo.
StylusPoints
;