1 write to _value
PresentationFramework (1)
System\Windows\Standard\ErrorCodes.cs (1)
240_value = i;
12 references to _value
PresentationFramework (12)
System\Windows\Standard\ErrorCodes.cs (12)
268return GetFacility((int)_value); 285return GetCode((int)_value); 344return string.Create(CultureInfo.InvariantCulture, $"0x{_value:X8}"); 351return ((HRESULT)obj)._value == _value; 361return _value.GetHashCode(); 368return hrLeft._value == hrRight._value; 378get { return (int)_value >= 0; } 383get { return (int)_value < 0; } 425Exception e = MS.Internal.PresentationFramework.SecurityHelper.GetExceptionForHR((int)_value); 443e = new COMException(message, (int)_value);