2 writes to htmlWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\HtmlWindow.cs (2)
678
this.
htmlWindow
= window;
748
htmlWindow
= null;
10 references to htmlWindow
System.Windows.Forms (10)
winforms\Managed\System\WinForms\HtmlWindow.cs (10)
683
get { return
htmlWindow
.NativeHtmlWindow; }
688
get { return
htmlWindow
.NativeHtmlWindow; }
710
new HTMLWindowEvents2(
htmlWindow
),
744
if (
htmlWindow
!= null &&
htmlWindow
.NativeHtmlWindow != null)
746
Marshal.FinalReleaseComObject(
htmlWindow
.NativeHtmlWindow);
754
return
htmlWindow
;
759
if (
htmlWindow
!= null)
761
htmlWindow
.ShimManager.OnWindowUnloaded(
htmlWindow
);