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