4 references to E_BOUNDS
PresentationFramework (4)
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
345ExceptionHelpers.ThrowExceptionForHR(ExceptionHelpers.E_BOUNDS);
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IReadOnlyList.cs (3)
96if (ExceptionHelpers.E_BOUNDS == ex.HResult) 124e.SetHResult(ExceptionHelpers.E_BOUNDS); 139ex.SetHResult(ExceptionHelpers.E_BOUNDS);