6 references to StrokeInfo
PresentationCore (6)
System\Windows\Ink\IncrementalHitTester.cs (3)
126
_strokeInfos.Add(new
StrokeInfo
(stroke));
172
_strokeInfos.Insert(firstIndex, new
StrokeInfo
(added[i]));
247
newStrokeInfos.Add(new
StrokeInfo
(stroke));
System\Windows\Ink\Stroke2.cs (2)
222
strokeInfo = new
StrokeInfo
(this);
272
strokeInfo = new
StrokeInfo
(this);
System\Windows\Ink\StrokeCollection2.cs (1)
109
strokeInfo = new
StrokeInfo
(stroke);