5 references to StrokeFIndices
PresentationCore (5)
MS\Internal\Ink\ErasingStroke.cs (1)
182
fragment = new
StrokeFIndices
(
MS\Internal\Ink\StrokeFIndices.cs (2)
18
private static readonly StrokeFIndices s_empty = new
StrokeFIndices
(AfterLast, BeforeFirst);
19
private 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);