5 references to ColorMode
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\ApplyApplicationDefaultsEventArgs.vb (1)
35''' <see cref="Application.ColorMode"/> for the application.
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (4)
297/// True if the <see cref="ColorMode"/> has been set at least once. 441/// reassignment is intentional: the effective default is derived in part from <see cref="ColorMode"/> 516&& (ColorMode == SystemColorMode.Dark 517|| (ColorMode == SystemColorMode.System && SystemColorMode == SystemColorMode.Dark));