5 references to StrokeFIndices
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
185fragment = new StrokeFIndices(
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (2)
27private static StrokeFIndices s_empty = new StrokeFIndices(AfterLast, BeforeFirst); 28private static StrokeFIndices s_full = new StrokeFIndices(BeforeFirst, AfterLast);
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (2)
51_hitSegment = new StrokeFIndices(hitBegin, hitEnd); 52_inSegment = new StrokeFIndices(inBegin, inEnd);