2 instantiations of FixedDocumentPage
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
367FixedDocumentPage dp = new FixedDocumentPage(this, page, fixedSize, pageNumber); 1285result = new FixedDocumentPage(this, c, fixedSize, Pages.IndexOf(pc));
22 references to FixedDocumentPage
PresentationFramework (22)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (7)
92if (dpv != null && (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage)) 134if (dpv.DocumentPage is FixedDocumentPage || dpv.DocumentPage is FixedDocumentSequenceDocumentPage) 204FixedDocumentPage page = null; 212page = document.DocumentPaginator.GetPage(pageNumber) as FixedDocumentPage; 222page = sequencePage.ChildDocumentPage as FixedDocumentPage; 232page = dpv.DocumentPage as FixedDocumentPage; 238page = sequencePage.ChildDocumentPage as FixedDocumentPage;
src\Framework\MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
292docPage = dpv.DocumentPage as FixedDocumentPage;
src\Framework\System\Windows\Documents\DocumentSequence.cs (2)
1092: base((documentPage is FixedDocumentPage) ? ((FixedDocumentPage)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
src\Framework\System\Windows\Documents\FixedDocument.cs (5)
367FixedDocumentPage dp = new FixedDocumentPage(this, page, fixedSize, pageNumber); 547FixedDocumentPage docPage = page as FixedDocumentPage; 1062FixedDocumentPage fdp = GetPage(pageNumber) as FixedDocumentPage;
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
46internal FixedTextView(FixedDocumentPage docPage) 1300private readonly FixedDocumentPage _docPage;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (5)
606FixedDocumentPage dp = GetFixedPanelDocumentPage(e.GetPosition(_scope)); 673private FixedDocumentPage GetFixedPanelDocumentPage(Point pt) 679FixedDocumentPage fdp = dp as FixedDocumentPage; 685fdp = fdsdp.ChildDocumentPage as FixedDocumentPage;