4 references to ButtonHighlight
System.Drawing (4)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
66
case KnownColor.
ButtonHighlight
:
commonui\System\Drawing\KnownColorTable.cs (2)
229
values[(int)KnownColor.
ButtonHighlight
] = "ButtonHighlight";
451
colorTable[(int)KnownColor.
ButtonHighlight
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.ButtonHighlight);
commonui\System\Drawing\SystemColors.cs (1)
90
return new Color(KnownColor.
ButtonHighlight
);