4 references to PageHeightProperty
PresentationFramework (4)
System\Windows\Documents\FlowDocument.cs (4)
631
get { return (double) GetValue(
PageHeightProperty
); }
632
set { SetValue(
PageHeightProperty
, value); }
1268
d.CoerceValue(
PageHeightProperty
);
1284
d.CoerceValue(
PageHeightProperty
);