2 types derived from SettingsBase
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
30public abstract class ApplicationSettingsBase : SettingsBase, INotifyPropertyChanged {
System.Web (1)
Profile\HttpProfileBase.cs (1)
31public class ProfileBase : SettingsBase {
2 references to SettingsBase
System (2)
sys\system\configuration\SettingsBase.cs (2)
162public static SettingsBase Synchronized(SettingsBase settingsBase)