3 writes to _IsReadOnly
System (3)
sys\system\configuration\SettingsProperty.cs (3)
24public virtual bool IsReadOnly { get { return _IsReadOnly; } set { _IsReadOnly = value; } } 49_IsReadOnly = isReadOnly; 63_IsReadOnly = propertyToCopy.IsReadOnly;
1 reference to _IsReadOnly
System (1)
sys\system\configuration\SettingsProperty.cs (1)
24public virtual bool IsReadOnly { get { return _IsReadOnly; } set { _IsReadOnly = value; } }