1 write to proxyCache
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
5347proxyCache = new Hashtable();
3 references to proxyCache
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
5346if (proxyCache == null) { 5350rval = (UnsafeNativeMethods.IExtender) proxyCache[ctl]; 5367proxyCache.Add(ctl, rval);