3 writes to _DefaultValue
System (3)
sys\system\configuration\SettingsProperty.cs (3)
25public virtual object DefaultValue { get { return _DefaultValue; } set { _DefaultValue = value; } } 50_DefaultValue = defaultValue; 64_DefaultValue = propertyToCopy.DefaultValue;
1 reference to _DefaultValue
System (1)
sys\system\configuration\SettingsProperty.cs (1)
25public virtual object DefaultValue { get { return _DefaultValue; } set { _DefaultValue = value; } }