13 references to GetOcx
System.Windows.Forms (13)
winforms\Managed\System\WinForms\AxHost.cs (13)
1188if (GetOcx() != null) { 1242UnsafeNativeMethods.IOleControl oleCtl = this.GetOcx() as UnsafeNativeMethods.IOleControl; 1321if (GetOcx() != null) { 3276return(GetOcx() is NativeMethods.ISpecifyPropertyPages); 3286NativeMethods.ISpecifyPropertyPages ispp = (NativeMethods.ISpecifyPropertyPages) GetOcx(); 3306IntPtr pUnk = Marshal.GetIUnknownForObject(GetOcx()); 3357NativeMethods.ISpecifyPropertyPages ispp = (NativeMethods.ISpecifyPropertyPages) GetOcx(); 3379object o = GetOcx(); 3928Object nativeObject = host.GetOcx(); 5556l.Add(hostctl.GetOcx()); 5872list.Add(hostctl.GetOcx()); 6151return ((AxHost)ctl).GetOcx(); 7213if (owner.GetOcx() == null) {