5 references to SetColorMode
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
244/// 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)
12Application.SetColorMode(SystemColorMode.Classic);