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