3 references to MaxPageWidthProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\FlowDocument.cs (3)
614get { return (double) GetValue(MaxPageWidthProperty); } 615set { SetValue(MaxPageWidthProperty, value); } 1276d.CoerceValue(MaxPageWidthProperty);