1 write to htmlWindow2
System.Windows.Forms (1)
winforms\Managed\System\WinForms\HtmlWindow.cs (1)
42
this.
htmlWindow2
= win;
3 references to htmlWindow2
System.Windows.Forms (3)
winforms\Managed\System\WinForms\HtmlWindow.cs (3)
52
return this.
htmlWindow2
;
815
return
htmlWindow2
== null ? 0 :
htmlWindow2
.GetHashCode();