4 references to GetProxyForControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
4069
ppDisp = host.GetParentContainer().
GetProxyForControl
(host);
5328
return
GetProxyForControl
((Control)e.Value);
5559
Object item =
GetProxyForControl
(ctl);
6256
return GetC().
GetProxyForControl
(GetC().parent);