1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
15
IOleControl.
Interface
,
15 references to Interface
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (1)
840
if (GetOcx() is IOleControl.
Interface
oleCtl)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (4)
29
unsafe HRESULT IOleControl.
Interface
.GetControlInfo(CONTROLINFO* pCI)
55
unsafe HRESULT IOleControl.
Interface
.OnMnemonic(MSG* pMsg)
69
HRESULT IOleControl.
Interface
.OnAmbientPropertyChange(int dispID)
76
HRESULT IOleControl.
Interface
.FreezeEvents(BOOL bFreeze)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (2)
47
private IOleControl.
Interface
? _axOleControl;
1020
_axOleControl = (IOleControl.
Interface
)_activeXInstance;
System.Windows.Forms.Primitives (8)
Windows.Win32.IOleControl.g.cs (4)
72
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
116
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
152
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
184
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.System_Ole_IOleControl_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Ole.IOleControl.
Interface
.GetControlInfo(winmdroot.System.Ole.CONTROLINFO*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetControlInfo(this winmdroot.System.Ole.IOleControl.
Interface
@this, ref winmdroot.System.Ole.CONTROLINFO pCI)
33
/// <inheritdoc cref="winmdroot.System.Ole.IOleControl.
Interface
.OnMnemonic(winmdroot.UI.WindowsAndMessaging.MSG*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT OnMnemonic(this winmdroot.System.Ole.IOleControl.
Interface
@this, in winmdroot.UI.WindowsAndMessaging.MSG pMsg)