5 references to ControlText
System.Drawing.Primitives (5)
System\Drawing\ColorTranslator.cs (4)
84
case KnownColor.
ControlText
:
163
return Color.FromKnownColor(KnownColor.
ControlText
);
319
case KnownColor.
ControlText
:
411
["buttontext"] = Color.FromKnownColor(KnownColor.
ControlText
),
System\Drawing\SystemColors.cs (1)
26
public static Color ControlText => Color.FromKnownColor(KnownColor.
ControlText
);