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