3 writes to _DefaultValue
System (3)
sys\system\configuration\SettingsProperty.cs (3)
25
public 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)
25
public virtual object DefaultValue { get { return
_DefaultValue
; } set { _DefaultValue = value; } }