1 override of OnBoundsUpdate
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
249
internal override void
OnBoundsUpdate
(int x, int y, int width, int height)
2 references to OnBoundsUpdate
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
11896
OnBoundsUpdate
(x, y, width, height);
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
265
base.
OnBoundsUpdate
(x, y, width, height);