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)
2482
return (HRESULT)Win32Error.
GetLastError
();
2491
return (HRESULT)Win32Error.
GetLastError
();