5 references to SetMargin
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
2447CommonProperties.SetMargin(this, value);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
1271CommonProperties.SetMargin(this, value); 3281CommonProperties.SetMargin(this, DefaultMargin);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
204CommonProperties.SetMargin(this, value);
System\Windows\Forms\Layout\ArrangedElement.cs (1)
77{ CommonProperties.SetMargin(this, value); }