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