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