2 references to UpdateSpecifiedBounds
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
10040CommonProperties.UpdateSpecifiedBounds(this, x, y, width, height, specified);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
203CommonProperties.UpdateSpecifiedBounds(this, bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.Location);