2 references to PaddingProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Border.cs (2)
90get { return (Thickness) GetValue(PaddingProperty); } 91set { SetValue(PaddingProperty, value); }