6 references to StrokeInfo
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (3)
125
_strokeInfos.Add(new
StrokeInfo
(stroke));
171
_strokeInfos.Insert(firstIndex, new
StrokeInfo
(added[i]));
246
newStrokeInfos.Add(new
StrokeInfo
(stroke));
System\Windows\Ink\Stroke2.cs (2)
221
strokeInfo = new
StrokeInfo
(this);
271
strokeInfo = new
StrokeInfo
(this);
System\Windows\Ink\StrokeCollection2.cs (1)
108
strokeInfo = new
StrokeInfo
(stroke);