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