3 references to StrokeInfos
PresentationCore (3)
System\Windows\Ink\IncrementalHitTester.cs (3)
371
foreach (StrokeInfo strokeInfo in this.
StrokeInfos
)
542
for (int x = 0; x < this.
StrokeInfos
.Count; x++)
544
StrokeInfo strokeInfo = this.
StrokeInfos
[x];