5 references to SetMargin
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ArrangedElement.cs (1)
79
if (Margin != value ) { CommonProperties.
SetMargin
(this, value); }
winforms\Managed\System\WinForms\Control.cs (1)
3272
CommonProperties.
SetMargin
(this, value);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
1523
CommonProperties.
SetMargin
(this, value);
3653
CommonProperties.
SetMargin
(this, DefaultMargin);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
212
set { if (Margin != value ) CommonProperties.
SetMargin
(this, value); }