3 references to MaxPageWidthProperty
PresentationFramework (3)
System\Windows\Documents\FlowDocument.cs (3)
605get { return (double) GetValue(MaxPageWidthProperty); } 606set { SetValue(MaxPageWidthProperty, value); } 1258d.CoerceValue(MaxPageWidthProperty);