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