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