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