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