9 references to NativeMethodsSetLastError
UIAutomationClient (9)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
30using NativeMethodsSetLastError = MS.Internal.UIAutomationClient.NativeMethodsSetLastError; 1919int mappingOffset = NativeMethodsSetLastError.MapWindowPoints(hWndFrom, hWndTo, ref rect, cPoints); 1944int mappingOffset = NativeMethodsSetLastError.MapWindowPoints(hWndFrom, hWndTo, ref pt, cPoints);
MS\Internal\Automation\Misc.cs (6)
36using NativeMethodsSetLastError = MS.Internal.UIAutomationClient.NativeMethodsSetLastError; 382bool result = NativeMethodsSetLastError.GetMenuBarInfo(hwnd, idObject, item, ref mbi); 421NativeMethods.HWND result = NativeMethodsSetLastError.GetWindow(hwnd, uCmd); 442iResult = NativeMethodsSetLastError.GetWindowLong(hWnd, nIndex); 449result = NativeMethodsSetLastError.GetWindowLongPtr(hWnd, nIndex); 503short result = NativeMethodsSetLastError.GlobalDeleteAtom(atom);