6 references to SystemColorMode
System.Windows.Forms (5)
System\Windows\Forms\Application.cs (5)
244
/// This is the <see cref="
SystemColorMode
"/> which either has been set by <see cref="SetColorMode(SystemColorMode)"/>
247
/// static (shared in VB) <see cref="
SystemColorMode
"/> property.
396
/// <see cref="
SystemColorMode
"/> is supported on Windows 11 or later versions.
399
/// <see cref="
SystemColorMode
"/> is not supported if a Windows OS high contrast theme has been
443
|| (ColorMode == SystemColorMode.System &&
SystemColorMode
== SystemColorMode.Dark));
System.Windows.Forms.Tests (1)
System\Windows\Forms\ApplicationTests.cs (1)
163
SystemColorMode systemColorMode = Application.
SystemColorMode
;