4 writes to _ambientValue
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
186
_ambientValue
= oldProp._ambientValue;
211
_ambientValue
= ava.Value;
231
_ambientValue
= ((AmbientValueAttribute)a).Value;
235
_ambientValue
= s_noValue;
2 references to _ambientValue
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ReflectPropertyDescriptor.cs (2)
186
_ambientValue = oldProp.
_ambientValue
;
239
return
_ambientValue
!;