3 references to MaxPageWidth
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
196
max = _document.
MaxPageWidth
;
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
842
max = _document.
MaxPageWidth
;
System\Windows\Documents\FlowDocument.cs (1)
1324
double max = fd.
MaxPageWidth
;