17 references to GroupSettings
System.Web (17)
Configuration\ProfileSection.cs (1)
155foreach (ProfileGroupSettings pgs in PropertySettings.GroupSettings) {
Configuration\RootProfilePropertySettingsCollection.cs (14)
63groupCollection = GroupSettings; 79GroupSettings.Clear(); 90return base.IsModified() || GroupSettings.InternalIsModified(); 95GroupSettings.InternalResetModified(); 100return (o != null && Object.Equals(this, o) && Object.Equals(GroupSettings, o.GroupSettings)); 104return HashCodeCombiner.CombineHashCodes(base.GetHashCode(), GroupSettings.GetHashCode()); 110GroupSettings.InternalReset(parent.GroupSettings); 120GroupSettings.InternalUnMerge(source.GroupSettings, (parent != null) ? parent.GroupSettings : null, saveMode); 126GroupSettings.InternalSerialize(null, false) == true) { 128DataToWrite |= GroupSettings.InternalSerialize(writer, false);
Profile\HttpProfileBase.cs (2)
299foreach (ProfileGroupSettings pgs in config.PropertySettings.GroupSettings) { 466foreach (ProfileGroupSettings pgs in config.PropertySettings.GroupSettings) {