5 references to MinPageWidth
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
201min = _document.MinPageWidth;
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
847min = _document.MinPageWidth;
System\Windows\Documents\FlowDocument.cs (3)
559/// DependencyProperty for <see cref="MinPageWidth" /> property. 1294double min = fd.MinPageWidth; 1333double min = fd.MinPageWidth;