1 write to _value
PresentationFramework (1)
System\Windows\Standard\ErrorCodes.cs (1)
239_value = i;
12 references to _value
PresentationFramework (12)
System\Windows\Standard\ErrorCodes.cs (12)
267return GetFacility((int)_value); 284return GetCode((int)_value); 343return string.Create(CultureInfo.InvariantCulture, $"0x{_value:X8}"); 350return ((HRESULT)obj)._value == _value; 360return _value.GetHashCode(); 367return hrLeft._value == hrRight._value; 377get { return (int)_value >= 0; } 382get { return (int)_value < 0; } 416Exception e = MS.Internal.PresentationFramework.SecurityHelper.GetExceptionForHR((int)_value); 434e = new COMException(message, (int)_value);