4 references to ThrowIfFailed
PresentationFramework (4)
System\Windows\Standard\ErrorCodes.cs (1)
465((HRESULT)Win32Error.GetLastError()).ThrowIfFailed();
System\Windows\Standard\NativeMethods.cs (3)
1505HRESULT.E_FAIL.ThrowIfFailed(); 2752.ThrowIfFailed(); 3341hr.ThrowIfFailed();