5 references to StrokeFIndices
PresentationCore (5)
MS\Internal\Ink\ErasingStroke.cs (1)
182fragment = new StrokeFIndices(
MS\Internal\Ink\StrokeFIndices.cs (2)
18private static readonly StrokeFIndices s_empty = new StrokeFIndices(AfterLast, BeforeFirst); 19private static readonly StrokeFIndices s_full = new StrokeFIndices(BeforeFirst, AfterLast);
MS\Internal\Ink\StrokeIntersection.cs (2)
44_hitSegment = new StrokeFIndices(hitBegin, hitEnd); 45_inSegment = new StrokeFIndices(inBegin, inEnd);