9 references to Properties
System.Web.Extensions (9)
ApplicationServices\ApplicationServiceHelper.cs (2)
172if (ProfileBase.Properties == null) { 178foreach (SettingsProperty property in ProfileBase.Properties) {
ApplicationServices\KnownTypesProvider.cs (3)
18if (ProfileBase.Properties == null) 20Type[] retArray = new Type[ProfileBase.Properties.Count]; 22foreach (SettingsProperty property in ProfileBase.Properties)
ApplicationServices\ProfileService.cs (2)
195SettingsProperty settingProperty = ProfileBase.Properties[propertyName]; 264SettingsProperty prop = ProfileBase.Properties[name];
Profile\ProfileService.cs (1)
96SettingsProperty settingProperty = ProfileBase.Properties[propertyName];
UI\ProfileServiceManager.cs (1)
202bool exists = ProfileBase.Properties[fullPropertyName] != null;