3 writes to components
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (3)
219
components
= new Hashtable();
236
components
= new Hashtable();
254
components
= new Hashtable();
8 references to components
System.Windows.Forms (8)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (8)
212
return
components
;
222
components
.Add(comp, comp);
235
if (ctls.Length > 0 &&
components
== null) {
240
if (checkHashTable && !
components
.Contains(ctls[i])) {
241
components
.Add(ctls[i], ctls[i]);
253
if (
components
== null) {
257
if (ctl != this.parent && !
components
.Contains(ctl))
258
components
.Add(ctl, ctl);