3 writes to IsReadOnly
System (3)
sys\system\configuration\ApplicationSettingsBase.cs (3)
423sp.IsReadOnly = true; 533_init.IsReadOnly = false; 543_init.IsReadOnly = true;
5 references to IsReadOnly
System (2)
sys\system\configuration\SettingsBase.cs (1)
73if (pp.IsReadOnly)
sys\system\configuration\SettingsProperty.cs (1)
63_IsReadOnly = propertyToCopy.IsReadOnly;
System.Web.Extensions (3)
ApplicationServices\ApplicationServiceHelper.cs (1)
204metadata.IsReadOnly = property.IsReadOnly;
ApplicationServices\ProfileService.cs (1)
201if (settingProperty.IsReadOnly || (pb.IsAnonymous && !(bool)settingProperty.Attributes["AllowAnonymous"])) {
Profile\ProfileService.cs (1)
98if (settingProperty != null && !settingProperty.IsReadOnly &&