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