4 references to AfterLast
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\StrokeIntersection.cs (4)
23private static StrokeIntersection s_empty = new StrokeIntersection(AfterLast, AfterLast, BeforeFirst, BeforeFirst); 24private static StrokeIntersection s_full = new StrokeIntersection(BeforeFirst, BeforeFirst, AfterLast, AfterLast);