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