2 writes to GridColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
51GridColor = ControlPaint.Light(surface, 0.50f); 25885private void ResetGridColor() => GridColor = DefaultGridColor;
2 references to GridColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2653throw new ArgumentException(string.Format(SR.DataGridView_EmptyColor, nameof(GridColor))); 2655throw new ArgumentException(string.Format(SR.DataGridView_TransparentColor, nameof(GridColor)));