5 references to StrokeFIndices
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
185
fragment = new
StrokeFIndices
(
Core\CSharp\MS\Internal\Ink\StrokeFIndices.cs (2)
27
private static StrokeFIndices s_empty = new
StrokeFIndices
(AfterLast, BeforeFirst);
28
private 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);