1 instantiation of FixedPageProxy
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
124pageEl.Add(new FixedPageProxy(segment.Start.TextContainer.Parent, startPage + i));
8 references to FixedPageProxy
PresentationFramework (8)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (2)
127FixedTextSelectionProcessor.FixedPageProxy fPage = node.Node as FixedTextSelectionProcessor.FixedPageProxy;
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (6)
116if (pageEl.Count > 0 && ((FixedPageProxy)pageEl[pageEl.Count - 1]).Page == startPage) 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)); 190FixedPageProxy fp = startNode as FixedPageProxy;