3 implementations of accLocation
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1685HRESULT UIA.IAccessible.Interface.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\UI\Accessibility\AccessibleDispatchTests.cs (1)
47HRESULT IAccessible.Interface.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild) => HRESULT.E_NOTIMPL;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
318HRESULT IAccessible.Interface.accLocation(int* pxLeft, int* pyTop, int* pcxWidth, int* pcyHeight, VARIANT varChild) => HRESULT.E_NOTIMPL;
3 references to accLocation
System.Windows.Forms.Primitives (3)
Windows.Win32.IAccessible.g.cs (1)
860 return __object.accLocation(pxLeft, pyTop, pcxWidth, pcyHeight, varChild);
Windows.Win32.UI_Accessibility_IAccessible_Extensions.g.cs (2)
83 /// <inheritdoc cref="winmdroot.UI.Accessibility.IAccessible.Interface.accLocation(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/> 94 winmdroot.Foundation.HRESULT __result = @this.accLocation(pxLeftLocal, pyTopLocal, pcxWidthLocal, pcyHeightLocal, varChild);