3 references to GetPadding
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
106Padding padding = element.Properties.GetPadding(_marginProperty, out found); 145Padding padding = element.Properties.GetPadding(_paddingProperty, out found);
winforms\Managed\System\WinForms\PropertyStore.cs (1)
90return GetPadding(key, out found);