3 references to StrokeInfos
PresentationCore (3)
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
379
foreach (StrokeInfo strokeInfo in this.
StrokeInfos
)
550
for (int x = 0; x < this.
StrokeInfos
.Count; x++)
552
StrokeInfo strokeInfo = this.
StrokeInfos
[x];