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