6 references to StrokeInfo
PresentationCore (6)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
143
_strokeInfos.Add(new
StrokeInfo
(stroke));
189
_strokeInfos.Insert(firstIndex, new
StrokeInfo
(added[i]));
264
newStrokeInfos.Add(new
StrokeInfo
(stroke));
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
252
strokeInfo = new
StrokeInfo
(this);
308
strokeInfo = new
StrokeInfo
(this);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
127
strokeInfo = new
StrokeInfo
(stroke);