2 references to PaddingProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
589get { return (Thickness)GetValue(PaddingProperty); } 590set { SetValue(PaddingProperty, value); }