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