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