8 references to ShowRowErrors
System.Windows.Forms (8)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3778if (!ShowRowErrors && !ShowCellToolTips) 3830if (!ShowRowErrors && !ShowCellErrors) 3912if (ShowRowErrors != value)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (5)
248!DataGridView.ShowRowErrors || 554DataGridView.ShowRowErrors, 852if (DataGridView.ShowRowErrors && valBounds.Width > s_iconsWidth + 2 * RowHeaderIconMarginWidth) 911if (paint && DataGridView.ShowRowErrors && PaintErrorIcon(paintParts)) 995if (paint && DataGridView.ShowRowErrors && PaintErrorIcon(paintParts))