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