3 references to MaxPageHeightProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
691
get { return (double) GetValue(
MaxPageHeightProperty
); }
692
set { SetValue(
MaxPageHeightProperty
, value); }
1285
d.CoerceValue(
MaxPageHeightProperty
);