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