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