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])); 247newStrokeInfos.Add(new StrokeInfo(stroke));
System\Windows\Ink\Stroke2.cs (2)
222strokeInfo = new StrokeInfo(this); 272strokeInfo = new StrokeInfo(this);
System\Windows\Ink\StrokeCollection2.cs (1)
109strokeInfo = new StrokeInfo(stroke);