3 writes to Attributes
System.Configuration.ConfigurationManager (3)
System\Configuration\SettingsProperty.cs (3)
23
Attributes
= new SettingsAttributeDictionary();
59
Attributes
= attributes;
74
Attributes
= new SettingsAttributeDictionary(propertyToCopy.Attributes);
8 references to Attributes
System.Configuration.ConfigurationManager (8)
System\Configuration\ApplicationSettingsBase.cs (2)
510
settingsProperty.
Attributes
[attribute.GetType()] = attribute;
646
_init.
Attributes
.Add(attr.GetType(), attr);
System\Configuration\LocalFileSettingsProvider.cs (5)
79
SpecialSettingAttribute attr = setting.
Attributes
[typeof(SpecialSettingAttribute)] as SpecialSettingAttribute;
410
SettingsManageabilityAttribute manageAttr = setting.
Attributes
[typeof(SettingsManageabilityAttribute)] as SettingsManageabilityAttribute;
421
bool isUser = setting.
Attributes
[typeof(UserScopedSettingAttribute)] is UserScopedSettingAttribute;
422
bool isApp = setting.
Attributes
[typeof(ApplicationScopedSettingAttribute)] is ApplicationScopedSettingAttribute;
499
if (!(sp.
Attributes
[typeof(NoSettingsVersionUpgradeAttribute)] is NoSettingsVersionUpgradeAttribute))
System\Configuration\SettingsProperty.cs (1)
74
Attributes = new SettingsAttributeDictionary(propertyToCopy.
Attributes
);