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])); 256newStrokeInfos.Add(new StrokeInfo(stroke));
System\Windows\Ink\Stroke2.cs (2)
231strokeInfo = new StrokeInfo(this); 284strokeInfo = new StrokeInfo(this);
System\Windows\Ink\StrokeCollection2.cs (1)
120strokeInfo = new StrokeInfo(stroke);