4 references to PageWidthProperty
PresentationFramework (4)
src\Framework\System\Windows\Documents\FlowDocument.cs (4)
563get { return (double) GetValue(PageWidthProperty); } 564set { SetValue(PageWidthProperty, value); } 1277d.CoerceValue(PageWidthProperty); 1294d.CoerceValue(PageWidthProperty);