3 instantiations of PointSegment
PresentationFramework (3)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
130((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, end)); 135((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, PointSegment.NotAPoint)); 136((FixedPageProxy)pageEl[firstPage + numOfPages]).Segments.Add(new PointSegment(PointSegment.NotAPoint, end));
5 references to PointSegment
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (5)
135((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, PointSegment.NotAPoint)); 136((FixedPageProxy)pageEl[firstPage + numOfPages]).Segments.Add(new PointSegment(PointSegment.NotAPoint, end)); 649public IList<PointSegment> Segments 658private IList<PointSegment> _segments = new List<PointSegment>(1);