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