3 references to accLocation
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1727
return accessible.Value->
accLocation
(pxLeft, pyTop, pcxWidth, pcyHeight, varChild);
System.Windows.Forms.Primitives (2)
Windows.Win32.IAccessible.g.cs (2)
829
/// <inheritdoc cref="
accLocation
(int*, int*, int*, int*, winmdroot.System.Variant.VARIANT)"/>
840
winmdroot.Foundation.HRESULT __result = this.
accLocation
(pxLeftLocal, pyTopLocal, pcxWidthLocal, pcyHeightLocal, varChild);