1 write to _value
PresentationFramework (1)
System\Windows\Standard\ErrorCodes.cs (1)
238_value = i;
12 references to _value
PresentationFramework (12)
System\Windows\Standard\ErrorCodes.cs (12)
266return GetFacility((int)_value); 283return GetCode((int)_value); 342return string.Create(CultureInfo.InvariantCulture, $"0x{_value:X8}"); 349return ((HRESULT)obj)._value == _value; 359return _value.GetHashCode(); 366return hrLeft._value == hrRight._value; 376get { return (int)_value >= 0; } 381get { return (int)_value < 0; } 415Exception e = MS.Internal.PresentationFramework.SecurityHelper.GetExceptionForHR((int)_value); 433e = new COMException(message, (int)_value);