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])); 264newStrokeInfos.Add(new StrokeInfo(stroke));
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
252strokeInfo = new StrokeInfo(this); 308strokeInfo = new StrokeInfo(this);
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (1)
127strokeInfo = new StrokeInfo(stroke);