6 references to StrokeInfo
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (3)
135
_strokeInfos.Add(new
StrokeInfo
(stroke));
181
_strokeInfos.Insert(firstIndex, new
StrokeInfo
(added[i]));
256
newStrokeInfos.Add(new
StrokeInfo
(stroke));
System\Windows\Ink\Stroke2.cs (2)
231
strokeInfo = new
StrokeInfo
(this);
284
strokeInfo = new
StrokeInfo
(this);
System\Windows\Ink\StrokeCollection2.cs (1)
120
strokeInfo = new
StrokeInfo
(stroke);