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