2 references to ApplicationScopedSettingAttribute
System (2)
sys\system\configuration\LocalFileSettingsProvider.cs (2)
443
bool isApp = setting.Attributes[typeof(
ApplicationScopedSettingAttribute
)] is
ApplicationScopedSettingAttribute
;