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