3 implementations of get_accFocus
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2053
HRESULT UIA.IAccessible.Interface.
get_accFocus
(VARIANT* pvarChild)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
43
HRESULT IAccessible.Interface.
get_accFocus
(VARIANT* pvarChild) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
291
HRESULT IAccessible.Interface.
get_accFocus
(VARIANT* pvarChild)
3 references to get_accFocus
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
658
return __object.
get_accFocus
(pvarChild);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
63
/// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.
get_accFocus
(winmdroot.System.Variant.VARIANT*)"/>
68
winmdroot.Foundation.HRESULT __result = @this.
get_accFocus
(pvarChildLocal);