2 references to DataGridView_TransparentColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1018
throw new ArgumentException(string.Format(SR.
DataGridView_TransparentColor
, "BackgroundColor"));
2644
throw new ArgumentException(string.Format(SR.
DataGridView_TransparentColor
, nameof(GridColor)));