1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
45
ISelectionProvider.
Interface
,
15 references to Interface
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
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 (9)
Windows.Win32.ISelectionProvider.g.cs (3)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
106
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
146
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)
System.Windows.Forms.Tests (3)
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (2)
175
ISelectionProvider.
Interface
provider = listBoxAccessibleObject;
196
ISelectionProvider.
Interface
provider = listBoxAccessibleObject;
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (1)
1773
ISelectionProvider.
Interface
provider = listViewAccessibleObject;