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