4 references to AfterLast
PresentationCore (4)
MS\Internal\Ink\StrokeIntersection.cs (4)
16private static StrokeIntersection s_empty = new StrokeIntersection(AfterLast, AfterLast, BeforeFirst, BeforeFirst); 17private static StrokeIntersection s_full = new StrokeIntersection(BeforeFirst, BeforeFirst, AfterLast, AfterLast);