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