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