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