3 instantiations of PointSegment
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (3)
146((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, end)); 151((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, PointSegment.NotAPoint)); 152((FixedPageProxy)pageEl[firstPage + numOfPages]).Segments.Add(new PointSegment(PointSegment.NotAPoint, end));
5 references to PointSegment
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (5)
151((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, PointSegment.NotAPoint)); 152((FixedPageProxy)pageEl[firstPage + numOfPages]).Segments.Add(new PointSegment(PointSegment.NotAPoint, end)); 674public IList<PointSegment> Segments 684IList<PointSegment> _segments = new List<PointSegment>(1);