3 implementations of accSelect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1788HRESULT UIA.IAccessible.Interface.accSelect(int flagsSelect, VARIANT varChild)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
46HRESULT IAccessible.Interface.accSelect(int flagsSelect, VARIANT varChild) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
317HRESULT IAccessible.Interface.accSelect(int flagsSelect, VARIANT varChild) => HRESULT.E_NOTIMPL;
2 references to accSelect
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1786((UIA.IAccessible.Interface)this).accSelect(flagsSelect, ChildIdToVARIANT(childID));
System.Windows.Forms.Primitives (1)
Windows.Win32.IAccessible.g.cs (1)
796 return __object.accSelect(flagsSelect, varChild);