4 references to PageWidthProperty
PresentationFramework (4)
src\Framework\System\Windows\Documents\FlowDocument.cs (4)
563
get { return (double) GetValue(
PageWidthProperty
); }
564
set { SetValue(
PageWidthProperty
, value); }
1277
d.CoerceValue(
PageWidthProperty
);
1294
d.CoerceValue(
PageWidthProperty
);