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])); 246newStrokeInfos.Add(new StrokeInfo(stroke));
System\Windows\Ink\Stroke2.cs (2)
221strokeInfo = new StrokeInfo(this); 271strokeInfo = new StrokeInfo(this);
System\Windows\Ink\StrokeCollection2.cs (1)
108strokeInfo = new StrokeInfo(stroke);