12 references to ShowRowErrors
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridView.cs (7)
4787if (value && !this.ShowRowErrors && !this.ShowCellToolTips) 4794if (!value && !this.ShowRowErrors && !this.ShowCellToolTips) 4802if (!value && (this.ShowRowErrors || this.ShowCellToolTips)) 4841if (value && !this.ShowRowErrors && !this.ShowCellErrors) 4848if (!value && !this.ShowRowErrors && !this.ShowCellErrors) 4856if (!value && (this.ShowRowErrors || this.ShowCellErrors)) 4930if (this.ShowRowErrors != value)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (5)
373!this.DataGridView.ShowRowErrors || 691this.DataGridView.ShowRowErrors, 975if (this.DataGridView.ShowRowErrors && valBounds.Width > iconsWidth + 2 * DATAGRIDVIEWROWHEADERCELL_iconMarginWidth) 1029if (paint && this.DataGridView.ShowRowErrors && DataGridViewCell.PaintErrorIcon(paintParts)) 1111if (paint && this.DataGridView.ShowRowErrors && DataGridViewCell.PaintErrorIcon(paintParts))