1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (1)
14private unsafe class ActiveXVerbEnum : IEnumOLEVERB.Interface, IManagedWrapper<IEnumOLEVERB>
6 references to Interface
System.Windows.Forms.Primitives (6)
Windows.Win32.IEnumOLEVERB.g.cs (4)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 108 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 139 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 167 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.OLEVERB> rgelt, uint* pceltFetched)