5 instantiations of OLEVERB
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
504new() { lVerb = OLEIVERB.OLEIVERB_SHOW }, 505new() { lVerb = OLEIVERB.OLEIVERB_INPLACEACTIVATE }, 506new() { lVerb = OLEIVERB.OLEIVERB_UIACTIVATE }, 507new() { lVerb = OLEIVERB.OLEIVERB_HIDE }, 508new() { lVerb = OLEIVERB.OLEIVERB_PRIMARY },
15 references to OLEVERB
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
122private static OLEVERB[]? s_axVerbs;
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (3)
16private readonly OLEVERB[] _verbs; 19internal ActiveXVerbEnum(OLEVERB[] verbs) 25public unsafe HRESULT Next(uint celt, OLEVERB* rgelt, uint* pceltFetched)
System.Windows.Forms.Primitives (11)
Windows.Win32.IEnumOLEVERB.g.cs (8)
55 /// <inheritdoc cref="Next(uint, winmdroot.System.Ole.OLEVERB*, uint*)"/> 56 internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Ole.OLEVERB> rgelt, uint* pceltFetched) 58 fixed (winmdroot.System.Ole.OLEVERB* rgeltLocal = rgelt) 68 private static winmdroot.Foundation.HRESULT Next(IEnumOLEVERB* pThis, uint celt, winmdroot.System.Ole.OLEVERB* rgelt, [Optional] uint* pceltFetched) 96 public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Ole.OLEVERB* rgelt, [Optional] uint* pceltFetched) 98 return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched); 221 internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.OLEVERB* ,uint* ,winmdroot.Foundation.HRESULT> Next_4; 257 unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Ole.OLEVERB* rgelt, [Optional] uint* pceltFetched);
Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (3)
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) 26 fixed (winmdroot.System.Ole.OLEVERB* rgeltLocal = rgelt)