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