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