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