11 writes to value
System (11)
compmod\system\componentmodel\AmbientValueAttribute.cs (11)
41this.value = TypeDescriptor.GetConverter(type).ConvertFromInvariantString(value); 53this.value = value; 60this.value = value; 67this.value = value; 74this.value = value; 81this.value = value; 89this.value = value; 97this.value = value; 104this.value = value; 110this.value = value; 118this.value = value;
3 references to value
System (3)
compmod\system\componentmodel\AmbientValueAttribute.cs (3)
130return value; 142if (value != null) { 143return value.Equals(other.Value);