5 writes to IsReadOnly
System.Configuration.ConfigurationManager (5)
System\Configuration\ApplicationSettingsBase.cs (3)
465settingsProperty.IsReadOnly = true; 592_init.IsReadOnly = false; 606_init.IsReadOnly = true;
System\Configuration\SettingsProperty.cs (2)
40IsReadOnly = isReadOnly; 67IsReadOnly = propertyToCopy.IsReadOnly;
2 references to IsReadOnly
System.Configuration.ConfigurationManager (2)
System\Configuration\SettingsBase.cs (1)
80if (pp.IsReadOnly)
System\Configuration\SettingsProperty.cs (1)
67IsReadOnly = propertyToCopy.IsReadOnly;