2 references to PagePaddingProperty
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (2)
712
get { return (Thickness) GetValue(
PagePaddingProperty
); }
713
set { SetValue(
PagePaddingProperty
, value); }