4 references to MaxPageWidth
PresentationFramework (4)
src\Framework\MS\Internal\Documents\FlowDocumentFormatter.cs (1)
205
max = _document.
MaxPageWidth
;
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
864
max = _document.
MaxPageWidth
;
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
593
/// DependencyProperty for <see cref="
MaxPageWidth
" /> property.
1345
double max = fd.
MaxPageWidth
;