6 references to SetColorMode
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
792Application.SetColorMode(_colorMode)
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
247/// This is the <see cref="SystemColorMode"/> which either has been set by <see cref="SetColorMode(SystemColorMode)"/>
System.Windows.Forms.Tests (3)
System\Windows\Forms\ApplicationTests.cs (3)
165Application.SetColorMode(SystemColorMode.Classic); 170Application.SetColorMode(SystemColorMode.Dark); 175Application.SetColorMode(SystemColorMode.System);
WinFormsControlsTest (1)
Program.cs (1)
13Application.SetColorMode(SystemColorMode.Classic);