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