5 instantiations of OLEVERB
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
504
new
() { lVerb = OLEIVERB.OLEIVERB_SHOW },
505
new
() { lVerb = OLEIVERB.OLEIVERB_INPLACEACTIVATE },
506
new
() { lVerb = OLEIVERB.OLEIVERB_UIACTIVATE },
507
new
() { lVerb = OLEIVERB.OLEIVERB_HIDE },
508
new
() { lVerb = OLEIVERB.OLEIVERB_PRIMARY },
21 references to OLEVERB
System.Windows.Forms (4)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
122
private static
OLEVERB
[]? s_axVerbs;
System\Windows\Forms\ActiveX\Control.ActiveXVerbEnum.cs (3)
16
private readonly
OLEVERB
[] _verbs;
19
internal ActiveXVerbEnum(
OLEVERB
[] verbs)
25
public unsafe HRESULT Next(uint celt,
OLEVERB
* rgelt, uint* pceltFetched)
System.Windows.Forms.Primitives (17)
_generated\123\Windows.Win32.IEnumOLEVERB.g.cs (11)
57
/// <inheritdoc cref="Next(uint, winmdroot.System.Ole.
OLEVERB
*, uint*)"/>
58
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Ole.
OLEVERB
> rgelt, out uint pceltFetched)
62
fixed (winmdroot.System.Ole.
OLEVERB
* rgeltLocal = rgelt)
70
/// <inheritdoc cref="Next(uint, winmdroot.System.Ole.
OLEVERB
*, uint*)"/>
71
internal unsafe winmdroot.Foundation.HRESULT Next(Span<winmdroot.System.Ole.
OLEVERB
> rgelt)
73
fixed (winmdroot.System.Ole.
OLEVERB
* rgeltLocal = rgelt)
83
private static winmdroot.Foundation.HRESULT Next(IEnumOLEVERB* pThis, uint celt, winmdroot.System.Ole.
OLEVERB
* rgelt, [Optional] uint* pceltFetched)
111
public unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Ole.
OLEVERB
* rgelt, [Optional] uint* pceltFetched)
113
return ((delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.
OLEVERB
* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumOLEVERB*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched);
238
internal delegate *unmanaged [Stdcall]<IEnumOLEVERB*,uint ,winmdroot.System.Ole.
OLEVERB
* ,uint* ,winmdroot.Foundation.HRESULT> Next_4;
274
unsafe winmdroot.Foundation.HRESULT Next(uint celt, winmdroot.System.Ole.
OLEVERB
* rgelt, [Optional] uint* pceltFetched);
_generated\491\Windows.Win32.System_Ole_IEnumOLEVERB_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.
OLEVERB
*, uint*)"/>
25
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.
OLEVERB
> rgelt, out uint pceltFetched)
29
fixed (winmdroot.System.Ole.
OLEVERB
* rgeltLocal = rgelt)
37
/// <inheritdoc cref="winmdroot.System.Ole.IEnumOLEVERB.Interface.Next(uint, winmdroot.System.Ole.
OLEVERB
*, uint*)"/>
38
internal static unsafe winmdroot.Foundation.HRESULT Next(this winmdroot.System.Ole.IEnumOLEVERB.Interface @this, Span<winmdroot.System.Ole.
OLEVERB
> rgelt)
40
fixed (winmdroot.System.Ole.
OLEVERB
* rgeltLocal = rgelt)