3 references to StrokeIntersection
PresentationCore (3)
MS\Internal\Ink\ErasingStroke.cs (1)
247
intersections.Add(new
StrokeIntersection
(segment.BeginFIndex, StrokeFIndices.AfterLast,
MS\Internal\Ink\StrokeIntersection.cs (2)
16
private static StrokeIntersection s_empty = new
StrokeIntersection
(AfterLast, AfterLast, BeforeFirst, BeforeFirst);
17
private static StrokeIntersection s_full = new
StrokeIntersection
(BeforeFirst, BeforeFirst, AfterLast, AfterLast);