1 write to UseAlternativeColorSet
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
350
SystemColors.
UseAlternativeColorSet
= darkModeEnabled;
2 references to UseAlternativeColorSet
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.GetSysColorBrush.cs (1)
15
bool useSolidBrush = SystemColors.
UseAlternativeColorSet
;
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
343
bool useAlternateColorSet = SystemColors.
UseAlternativeColorSet
;