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