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