4 references to PageWidthProperty
PresentationFramework (4)
System\Windows\Documents\FlowDocument.cs (4)
554get { return (double) GetValue(PageWidthProperty); } 555set { SetValue(PageWidthProperty, value); } 1256d.CoerceValue(PageWidthProperty); 1273d.CoerceValue(PageWidthProperty);