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