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