4 references to SetPadding
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
89if (Padding != value) { CommonProperties.SetPadding(this, value); }
winforms\Managed\System\WinForms\Control.cs (1)
4774CommonProperties.SetPadding(this, value);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
1873CommonProperties.SetPadding(this, value);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
219if (Padding != value) CommonProperties.SetPadding(this, value);