7 references to System
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (5)
248
/// or its default value <see cref="SystemColorMode.Classic"/>. If it has been set to <see cref="SystemColorMode.
System
"/>,
270
/// or to the system setting (<see cref="SystemColorMode.
System
"/>).
273
/// If you set it to <see cref="SystemColorMode.
System
"/>, the actual color mode is determined by the
295
SystemColorMode.
System
=> systemColorMode,
407
|| (ColorMode == SystemColorMode.
System
&& SystemColorMode == SystemColorMode.Dark));
System.Windows.Forms.Tests (2)
System\Windows\Forms\ApplicationTests.cs (2)
173
Application.SetColorMode(SystemColorMode.
System
);
175
Assert.Equal(SystemColorMode.
System
, Application.ColorMode);