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