4 references to MaxPageWidth
PresentationFramework (4)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
200
max = _document.
MaxPageWidth
;
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
847
max = _document.
MaxPageWidth
;
System\Windows\Documents\FlowDocument.cs (2)
585
/// DependencyProperty for <see cref="
MaxPageWidth
" /> property.
1337
double max = fd.
MaxPageWidth
;