1 type derived from ProfilePropertySettingsCollection
System.Web (1)
Configuration\RootProfilePropertySettingsCollection.cs (1)
23
public sealed class RootProfilePropertySettingsCollection :
ProfilePropertySettingsCollection
{
1 instantiation of ProfilePropertySettingsCollection
System.Web (1)
Profile\ProfileManager.cs (1)
30
private static ProfilePropertySettingsCollection s_dynamicProperties = new
ProfilePropertySettingsCollection
();
8 references to ProfilePropertySettingsCollection
System.Web (8)
Configuration\ProfileGroupSettings.cs (3)
29
typeof(
ProfilePropertySettingsCollection
),
74
public
ProfilePropertySettingsCollection
PropertySettings {
76
return (
ProfilePropertySettingsCollection
)base[_propProperties];
Configuration\ProfileSection.cs (1)
165
ProfilePropertySettingsCollection
settings,
Profile\HttpProfileBase.cs (2)
324
private static void AddProfilePropertySettingsForCompilation(
ProfilePropertySettingsCollection
propertyCollection, Hashtable ht, string groupName) {
488
private static void AddPropertySettingsFromConfig(Type baseType, bool fAnonEnabled, bool hasLowTrust,
ProfilePropertySettingsCollection
settingsCollection, string groupName) {
Profile\ProfileManager.cs (2)
30
private static
ProfilePropertySettingsCollection
s_dynamicProperties = new ProfilePropertySettingsCollection();
31
internal static
ProfilePropertySettingsCollection
DynamicProfileProperties {