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