2 references to MinPageWidthProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
588get { return (double) GetValue(MinPageWidthProperty); } 589set { SetValue(MinPageWidthProperty, value); }