5 references to MinPageWidth
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
205
min = _document.
MinPageWidth
;
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
852
min = _document.
MinPageWidth
;
System\Windows\Documents\FlowDocument.cs (3)
560
/// DependencyProperty for <see cref="
MinPageWidth
" /> property.
1304
double min = fd.
MinPageWidth
;
1343
double min = fd.
MinPageWidth
;