2 writes to Value
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
276ElementInformation.Properties[propInfo.Name].Value = propInfo.Value;
System.Web (1)
Configuration\ConfigUtil.cs (1)
134propInfo.Value = newDefaultValue;
2 references to Value
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
267_values.SetValue(propInfo.Name, propInfo.Value, flags, source.PropertyInfoInternal(propInfo.Name)); 276ElementInformation.Properties[propInfo.Name].Value = propInfo.Value;