4 references to PageWidthProperty
PresentationFramework (4)
System\Windows\Documents\FlowDocument.cs (4)
554
get { return (double) GetValue(
PageWidthProperty
); }
555
set { SetValue(
PageWidthProperty
, value); }
1259
d.CoerceValue(
PageWidthProperty
);
1276
d.CoerceValue(
PageWidthProperty
);