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