3 references to MaxPageHeightProperty
PresentationFramework (3)
System\Windows\Documents\FlowDocument.cs (3)
683
get { return (double) GetValue(
MaxPageHeightProperty
); }
684
set { SetValue(
MaxPageHeightProperty
, value); }
1277
d.CoerceValue(
MaxPageHeightProperty
);