5 references to FixedPage
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
237return page.FixedPage;
System\Windows\Documents\DocumentSequence.cs (1)
1062: base((documentPage is FixedDocumentPage) ? ((FixedDocumentPage)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
System\Windows\Documents\FixedDocument.cs (1)
1018fp = fdp.FixedPage;
System\Windows\Documents\FixedTextView.cs (1)
1243return this._docPage.FixedPage;
System\Windows\Documents\RubberbandSelector.cs (1)
512_page = dp.FixedPage;