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