5 references to FixedPage
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
253return page.FixedPage;
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
1092: base((documentPage is FixedDocumentPage) ? ((FixedDocumentPage)documentPage).FixedPage : documentPage.Visual, documentPage.Size, documentPage.BleedBox, documentPage.ContentBox)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1065fp = fdp.FixedPage;
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
1263return this._docPage.FixedPage;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
620_page = dp.FixedPage;