4 references to ThrowIfFailed
PresentationFramework (4)
src\Framework\System\Windows\Standard\ErrorCodes.cs (1)
509
((HRESULT)Win32Error.GetLastError()).
ThrowIfFailed
();
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
1546
HRESULT.E_FAIL.
ThrowIfFailed
();
3012
.
ThrowIfFailed
();
3905
hr.
ThrowIfFailed
();