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