7 references to containerCache
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (7)
5325
foreach(DictionaryEntry e in
containerCache
) {
5394
if (
containerCache
.Contains(ctl))
5397
containerCache
.Add(ctl, ctl);
5423
if (
containerCache
.Contains(ctl)) {
5424
containerCache
.Remove(ctl);
5585
Control[] ctls = new Control[
containerCache
.Values.Count];
5586
containerCache
.Values.CopyTo(ctls, 0);