3 references to GetLastError
PresentationFramework (3)
src\Framework\System\Windows\Standard\ErrorCodes.cs (1)
509((HRESULT)Win32Error.GetLastError()).ThrowIfFailed();
src\Framework\System\Windows\Standard\NativeMethods.cs (2)
2482return (HRESULT)Win32Error.GetLastError(); 2491return (HRESULT)Win32Error.GetLastError();