3 writes to _IsDirty
System (3)
sys\system\configuration\SettingsPropertyValue.cs (3)
26
public bool IsDirty { get { return _IsDirty; } set {
_IsDirty
= value; }}
50
_IsDirty
= true;
58
_IsDirty
= true;
1 reference to _IsDirty
System (1)
sys\system\configuration\SettingsPropertyValue.cs (1)
26
public bool IsDirty { get { return
_IsDirty
; } set { _IsDirty = value; }}