6 references to Dark
System.Windows.Forms (6)
System\Windows\Forms\Application.cs (6)
265
/// (<see cref="SystemColorMode.
Dark
"/>), Classic (light) Mode (<see cref="SystemColorMode.Classic"/>),
329
SystemColorMode.
Dark
=> systemColorMode,
392
/// It returns <see cref="SystemColorMode.
Dark
"/> if dark mode is enabled in the system settings,
405
? SystemColorMode.
Dark
442
&& (ColorMode == SystemColorMode.
Dark
443
|| (ColorMode == SystemColorMode.System && SystemColorMode == SystemColorMode.
Dark
));