3 references to SetPadding
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (1)
458this.Properties.SetPadding(PropPadding, value);
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (2)
194element.Properties.SetPadding(_marginProperty, value); 253element.Properties.SetPadding(_paddingProperty, value);