5 references to containerCache
System.Windows.Forms (5)
winforms\Managed\System\WinForms\WebBrowserContainer.cs (5)
232
Control[] ctls = new Control[
containerCache
.Values.Count];
233
containerCache
.Values.CopyTo(ctls, 0);
297
if (
containerCache
.Contains(ctl))
300
containerCache
.Add(ctl, ctl);
316
containerCache
.Remove(ctl);