4 writes to _UsingDefaultValue
System (4)
sys\system\configuration\SettingsPropertyValue.cs (4)
48
_UsingDefaultValue
= false;
61
_UsingDefaultValue
= false;
77
_UsingDefaultValue
= false;
140
_UsingDefaultValue
= true;
1 reference to _UsingDefaultValue
System (1)
sys\system\configuration\SettingsPropertyValue.cs (1)
29
public bool UsingDefaultValue { get { return
_UsingDefaultValue
; } }