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
;
202
if (
_defaultValue
!= null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() ==
_defaultValue
.GetType())
204
_defaultValue = Enum.ToObject(PropertyType,
_defaultValue
);
313
return
_defaultValue
!;
530
return !Equals(ExtenderGetValue(provider, component),
_defaultValue
);