12 references to
System (4)
sys\system\configuration\ApplicationSettingsBase.cs (2)
256
SettingsProperty sp = Properties
[
propertyName];
628
SettingsProperty setting = Properties
[
propertyName];
sys\system\configuration\SettingsBase.cs (2)
51
SettingsProperty pp = Properties
[
propertyName];
69
SettingsProperty pp = Properties
[
propertyName];
System.Web (2)
Profile\HttpProfileBase.cs (2)
69
SettingsProperty p = s_Properties
[
propertyName];
491
if (baseType != typeof(ProfileBase) && s_Properties
[
name] != null)
System.Web.Extensions (6)
ApplicationServices\ProfileService.cs (2)
195
SettingsProperty settingProperty = ProfileBase.Properties
[
propertyName];
264
SettingsProperty prop = ProfileBase.Properties
[
name];
ClientServices\Providers\ClientSettingsProvider.cs (2)
333
if (_Properties
[
property.Name] == null)
719
SettingsProperty prop = _Properties
[
name];
Profile\ProfileService.cs (1)
96
SettingsProperty settingProperty = ProfileBase.Properties
[
propertyName];
UI\ProfileServiceManager.cs (1)
202
bool exists = ProfileBase.Properties
[
fullPropertyName] != null;