3 implementations of get_accSelection
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2328
HRESULT UIA.IAccessible.Interface.
get_accSelection
(VARIANT* pvarChildren)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
44
HRESULT IAccessible.Interface.
get_accSelection
(VARIANT* pvarChildren) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
315
HRESULT IAccessible.Interface.
get_accSelection
(VARIANT* pvarChildren) => HRESULT.E_NOTIMPL;
4 references to get_accSelection
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2323
((UIA.IAccessible.Interface)this).
get_accSelection
(&result);
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
709
return __object.
get_accSelection
(pvarChildren);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
73
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accSelection
(winmdroot.System.Variant.VARIANT*)"/>
78
winmdroot.Foundation.HRESULT __result = @this.
get_accSelection
(pvarChildrenLocal);