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