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