4 references to BeforeFirst
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);