3 references to StrokeIntersection
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\ErasingStroke.cs (1)
250
intersections.Add(new
StrokeIntersection
(segment.BeginFIndex, StrokeFIndices.AfterLast,
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (2)
23
private static StrokeIntersection s_empty = new
StrokeIntersection
(AfterLast, AfterLast, BeforeFirst, BeforeFirst);
24
private static StrokeIntersection s_full = new
StrokeIntersection
(BeforeFirst, BeforeFirst, AfterLast, AfterLast);