1 instantiation of FixedPageProxy
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
125pageEl.Add(new FixedPageProxy(segment.Start.TextContainer.Parent, startPage + i));
8 references to FixedPageProxy
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
128FixedTextSelectionProcessor.FixedPageProxy fPage = node.Node as FixedTextSelectionProcessor.FixedPageProxy;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (6)
117if (pageEl.Count > 0 && ((FixedPageProxy)pageEl[pageEl.Count - 1]).Page == startPage) 131((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, end)); 136((FixedPageProxy)pageEl[firstPage]).Segments.Add(new PointSegment(start, PointSegment.NotAPoint)); 137((FixedPageProxy)pageEl[firstPage + numOfPages]).Segments.Add(new PointSegment(PointSegment.NotAPoint, end)); 191FixedPageProxy fp = startNode as FixedPageProxy;