3 references to MaxPageHeight
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
878
max = _document.
MaxPageHeight
;
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
670
/// DependencyProperty for <see cref="
MaxPageHeight
" /> property.
1371
double max = fd.
MaxPageHeight
;