7 instantiations of UserScopedSettingAttribute
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripSettings.cs (7)
16[UserScopedSetting] 30[UserScopedSetting] 43[UserScopedSetting] 56[UserScopedSetting] 70[UserScopedSetting] 84[UserScopedSetting] 97[UserScopedSetting]
3 references to UserScopedSettingAttribute
System (1)
src\libraries\shims\System\ref\System.cs (1)
472[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.UserScopedSettingAttribute))]
System.Configuration.ConfigurationManager (2)
System\Configuration\LocalFileSettingsProvider.cs (2)
421bool isUser = setting.Attributes[typeof(UserScopedSettingAttribute)] is UserScopedSettingAttribute;