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