3 references to GetLastError
PresentationFramework (3)
System\Windows\Standard\ErrorCodes.cs (1)
456((HRESULT)Win32Error.GetLastError()).ThrowIfFailed();
System\Windows\Standard\NativeMethods.cs (2)
2333return (HRESULT)Win32Error.GetLastError(); 2342return (HRESULT)Win32Error.GetLastError();