8 references to GetOcx
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (2)
305controls.Add(hostControl.GetOcx()!); 590oleControls.Add(hostControl.GetOcx()!);
System\Windows\Forms\ActiveX\AxHost.AxContainer.ExtenderProxy.cs (1)
84*ppvObj = ComHelpers.GetComPointer<IOleObject>(hostControl.GetOcx());
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
281if ((GetFlag(FlagUpdatedEditorAndConverter) && !force) || _owner.GetOcx() is null)
System\Windows\Forms\ActiveX\AxHost.cs (3)
804if (GetOcx() is not null) 837if (GetOcx() is IOleControl.Interface oleCtl) 930if (GetOcx() is not null)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
60object? nativeObject = _host.GetOcx();