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