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