1 write to axWindow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
842this.axWindow = new WebBrowserBaseNativeWindow(this);
5 references to axWindow
System.Windows.Forms (5)
winforms\Managed\System\WinForms\WebBrowserBase.cs (5)
508if (this.axWindow != null) { 509this.axWindow.ReleaseHandle(); 839if (this.axWindow != null) { 840this.axWindow.ReleaseHandle(); 843this.axWindow.AssignHandle(hwnd, false);