7 references to PerUserRoamingAndLocal
System.Configuration.ConfigurationManager (6)
System\Configuration\ClientConfigurationHost.cs (4)
412level = ConfigurationUserLevel.PerUserRoamingAndLocal; 434case ConfigurationUserLevel.PerUserRoamingAndLocal: 459case ConfigurationUserLevel.PerUserRoamingAndLocal: 479case ConfigurationUserLevel.PerUserRoamingAndLocal:
System\Configuration\ClientSettingsStore.cs (2)
30ConfigurationUserLevel.PerUserRoamingAndLocal; 264ConfigurationUserLevel.PerUserRoamingAndLocal => ClientHost.GetLocalUserConfigPath(),
System.Windows.Forms.Tests (1)
System\Windows\Forms\UserConfigDisposableFixture.cs (1)
22var configuration = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal);