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