1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
46
ISelectionItemProvider.
Interface
,
13 references to Interface
System.Windows.Forms (5)
System\Windows\Forms\Accessibility\AccessibleObject.cs (5)
3160
HRESULT ISelectionItemProvider.
Interface
.Select()
3166
HRESULT ISelectionItemProvider.
Interface
.AddToSelection()
3172
HRESULT ISelectionItemProvider.
Interface
.RemoveFromSelection()
3178
HRESULT ISelectionItemProvider.
Interface
.get_IsSelected(BOOL* pRetVal)
3189
HRESULT ISelectionItemProvider.
Interface
.get_SelectionContainer(IRawElementProviderSimple** pRetVal)
System.Windows.Forms.Primitives (7)
Windows.Win32.ISelectionItemProvider.g.cs (5)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
92
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
125
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
168
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
197
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
Windows.Win32.UI_Accessibility_ISelectionItemProvider_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.ISelectionItemProvider.
Interface
.get_IsSelected(winmdroot.Foundation.BOOL*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT get_IsSelected(this winmdroot.UI.Accessibility.ISelectionItemProvider.
Interface
@this, out winmdroot.Foundation.BOOL pRetVal)
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (1)
211
ISelectionItemProvider.
Interface
provider = listBoxAccessibleObject.GetChild(0)!;