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