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