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