3 references to SetBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
953
SetBounds
(currentBounds.X, currentBounds.Y, currentBounds.Width, value);
2010
SetBounds
(currentBounds.X, currentBounds.Y, value, currentBounds.Height);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripDropDownTests.cs (1)
4895
items[i].
SetBounds
(0, items[i - 1].Bounds.Bottom + 1, items[i].Bounds.Width, items[i].Bounds.Height);