5 references to FixedPage
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
253
return 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)
1065
fp = fdp.
FixedPage
;
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
1263
return this._docPage.
FixedPage
;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
620
_page = dp.
FixedPage
;