2 references to UpdateSpecifiedBounds
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
11871CommonProperties.UpdateSpecifiedBounds(this, x, y, width, height, specified);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
269CommonProperties.UpdateSpecifiedBounds(this, bounds.X, bounds.Y, bounds.Width, bounds.Height, BoundsSpecified.Location);