34 references to ISelectionProvider
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
45
ISelectionProvider
.Interface,
75
ISelectionProvider
,
3123
HRESULT
ISelectionProvider
.Interface.GetSelection(SAFEARRAY** pRetVal)
3138
HRESULT
ISelectionProvider
.Interface.get_CanSelectMultiple(BOOL* pRetVal)
3149
HRESULT
ISelectionProvider
.Interface.get_IsSelectionRequired(BOOL* pRetVal)
System.Windows.Forms.Primitives (29)
_generated\240\Windows.Win32.ISelectionProvider.g.cs (23)
27
:winmdroot.IVTable<
ISelectionProvider
,
ISelectionProvider
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ISelectionProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,uint>)lpVtbl[1])((
ISelectionProvider
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,uint>)lpVtbl[2])((
ISelectionProvider
*)Unsafe.AsPointer(ref this));
60
private static winmdroot.Foundation.HRESULT GetSelection(
ISelectionProvider
* pThis, winmdroot.System.Com.SAFEARRAY** pRetVal)
87
((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ISelectionProvider
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
105
private static winmdroot.Foundation.HRESULT get_CanSelectMultiple(
ISelectionProvider
* pThis, winmdroot.Foundation.BOOL* pRetVal)
129
return ((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ISelectionProvider
*)Unsafe.AsPointer(ref this), pRetVal);
146
private static winmdroot.Foundation.HRESULT get_IsSelectionRequired(
ISelectionProvider
* pThis, winmdroot.Foundation.BOOL* pRetVal)
170
return ((delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
ISelectionProvider
*)Unsafe.AsPointer(ref this), pRetVal);
196
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
198
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,uint> AddRef_2;
200
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,uint> Release_3;
202
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT> GetSelection_4;
204
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_CanSelectMultiple_5;
206
internal delegate *unmanaged [Stdcall]<
ISelectionProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsSelectionRequired_6;
_generated\575\Windows.Win32.UI_Accessibility_ISelectionProvider_Extensions.g.cs (6)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ISelectionProvider
.Interface.GetSelection(winmdroot.System.Com.SAFEARRAY**)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT GetSelection(this winmdroot.UI.Accessibility.
ISelectionProvider
.Interface @this, out winmdroot.System.Com.SAFEARRAY* pRetVal)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ISelectionProvider
.Interface.get_CanSelectMultiple(winmdroot.Foundation.BOOL*)"/>
34
internal static unsafe winmdroot.Foundation.HRESULT get_CanSelectMultiple(this winmdroot.UI.Accessibility.
ISelectionProvider
.Interface @this, out winmdroot.Foundation.BOOL pRetVal)
43
/// <inheritdoc cref="winmdroot.UI.Accessibility.
ISelectionProvider
.Interface.get_IsSelectionRequired(winmdroot.Foundation.BOOL*)"/>
44
internal static unsafe winmdroot.Foundation.HRESULT get_IsSelectionRequired(this winmdroot.UI.Accessibility.
ISelectionProvider
.Interface @this, out winmdroot.Foundation.BOOL pRetVal)