3 writes to _IsDirty
System (3)
sys\system\configuration\SettingsPropertyValue.cs (3)
26public 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)
26public bool IsDirty { get { return _IsDirty; } set { _IsDirty = value; }}