7 instantiations of UserScopedSettingAttribute
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripSettings.cs (7)
26[UserScopedSetting] 37[UserScopedSetting] 47[UserScopedSetting] 57[UserScopedSetting] 68[UserScopedSetting] 79[UserScopedSetting] 89[UserScopedSetting]
2 references to UserScopedSettingAttribute
System (2)
sys\system\configuration\LocalFileSettingsProvider.cs (2)
442bool isUser = setting.Attributes[typeof(UserScopedSettingAttribute)] is UserScopedSettingAttribute;