7 references to System
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (5)
245/// or its default value <see cref="SystemColorMode.Classic"/>. If it has been set to <see cref="SystemColorMode.System"/>, 266/// or the system-defined mode (<see cref="SystemColorMode.System"/>). 269/// If you set <see cref="SystemColorMode.System"/>, the actual color mode is determined by the Windows system settings. 328SystemColorMode.System => systemColorMode, 443|| (ColorMode == SystemColorMode.System && SystemColorMode == SystemColorMode.Dark));
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationTests.cs (2)
175Application.SetColorMode(SystemColorMode.System); 177Assert.Equal(SystemColorMode.System, Application.ColorMode);