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