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