7 references to Classic
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
70Private _colorMode As SystemColorMode = SystemColorMode.Classic
System.Windows.Forms (6)
System\Windows\Forms\Application.cs (6)
245/// or its default value <see cref="SystemColorMode.Classic"/>. If it has been set to <see cref="SystemColorMode.System"/>, 250public static SystemColorMode ColorMode => s_colorMode ?? SystemColorMode.Classic; 265/// (<see cref="SystemColorMode.Dark"/>), Classic (light) Mode (<see cref="SystemColorMode.Classic"/>), 327SystemColorMode.Classic => systemColorMode, 393/// or <see cref="SystemColorMode.Classic"/> if the color mode is set to the light, standard color setting. 406: SystemColorMode.Classic;