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