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