3 references to DarkDark
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
759colors.buttonShadowDark = ControlPaint.DarkDark(backColor);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1690darkPen = this.DataGridView.GetCachedPen(ControlPaint.DarkDark(baseline));
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2343buttonShadowDark = ControlPaint.DarkDark(color);