3 references to GetLastError
PresentationFramework (3)
System\Windows\Standard\ErrorCodes.cs (1)
465((HRESULT)Win32Error.GetLastError()).ThrowIfFailed();
System\Windows\Standard\NativeMethods.cs (2)
2365return (HRESULT)Win32Error.GetLastError(); 2374return (HRESULT)Win32Error.GetLastError();