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