4 references to UpdateBounds
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1207UpdateBounds(x, y, width, height);
System\Windows\Forms\Control.cs (1)
10039UpdateBounds(x, y, width, height);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1438public new void UpdateBounds(int x, int y, int width, int height) => base.UpdateBounds(x, y, width, height);
System\Windows\Forms\ControlTests.Methods.cs (1)
10184public new void UpdateBounds(int x, int y, int width, int height) => base.UpdateBounds(x, y, width, height);