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