6 references to Dark
System.Windows.Forms (6)
System\Windows\Forms\Application.cs (6)
309
/// (<see cref="SystemColorMode.
Dark
"/>), Classic (light) Mode (<see cref="SystemColorMode.Classic"/>),
373
SystemColorMode.
Dark
=> systemColorMode,
466
/// It returns <see cref="SystemColorMode.
Dark
"/> if dark mode is enabled in the system settings,
479
? SystemColorMode.
Dark
516
&& (ColorMode == SystemColorMode.
Dark
517
|| (ColorMode == SystemColorMode.System && SystemColorMode == SystemColorMode.
Dark
));