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