4 writes to ambientValue
System (4)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
172
ambientValue
= oldProp.ambientValue;
196
ambientValue
= ava.Value;
248
ambientValue
= ((AmbientValueAttribute)a).Value;
251
ambientValue
= noValue;
2 references to ambientValue
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
172
ambientValue = oldProp.
ambientValue
;
254
return
ambientValue
;