4 references to PageHeightProperty
PresentationFramework (4)
src\Framework\System\Windows\Documents\FlowDocument.cs (4)
640
get { return (double) GetValue(
PageHeightProperty
); }
641
set { SetValue(
PageHeightProperty
, value); }
1286
d.CoerceValue(
PageHeightProperty
);
1302
d.CoerceValue(
PageHeightProperty
);