4 references to ButtonShadow
System.Drawing (4)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
68
case KnownColor.
ButtonShadow
:
commonui\System\Drawing\KnownColorTable.cs (2)
230
values[(int)KnownColor.
ButtonShadow
] = "ButtonShadow";
452
colorTable[(int)KnownColor.
ButtonShadow
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.ButtonShadow);
commonui\System\Drawing\SystemColors.cs (1)
102
return new Color(KnownColor.
ButtonShadow
);