1 write to s_useAlternativeColorSet
System.Drawing.Primitives (1)
System\Drawing\SystemColors.cs (1)
76set => s_useAlternativeColorSet = value;
2 references to s_useAlternativeColorSet
System.Drawing.Primitives (2)
System\Drawing\KnownColorTable.cs (1)
517return !SystemColors.s_useAlternativeColorSet || HighContrastEnabled()
System\Drawing\SystemColors.cs (1)
75get => s_useAlternativeColorSet;