4 references to ThrowIfFailed
PresentationFramework (4)
System\Windows\Standard\ErrorCodes.cs (1)
455
((HRESULT)Win32Error.GetLastError()).
ThrowIfFailed
();
System\Windows\Standard\NativeMethods.cs (3)
1494
HRESULT.E_FAIL.
ThrowIfFailed
();
2672
.
ThrowIfFailed
();
3198
hr.
ThrowIfFailed
();