5 writes to _defaultValue
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectPropertyDescriptor.cs (5)
185_defaultValue = oldProp._defaultValue; 200_defaultValue = dva.Value; 204_defaultValue = Enum.ToObject(PropertyType, _defaultValue); 303_defaultValue = storedAsUnderlyingType ? 309_defaultValue = s_noValue;
6 references to _defaultValue
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ReflectPropertyDescriptor.cs (6)
185_defaultValue = oldProp._defaultValue; 202if (_defaultValue != null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() == _defaultValue.GetType()) 204_defaultValue = Enum.ToObject(PropertyType, _defaultValue); 313return _defaultValue!; 530return !Equals(ExtenderGetValue(provider, component), _defaultValue);