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