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