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