1 override of GetErrorText
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
287protected internal override string GetErrorText(int rowIndex) =>
17 references to GetErrorText
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (2)
222string.IsNullOrEmpty(GetErrorText(rowIndex))) 240GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
193get => GetErrorText(RowIndex); 2808string errorText = GetErrorText(rowIndex); 3646string errorText = GetErrorText(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (2)
514string.IsNullOrEmpty(GetErrorText(rowIndex))) 541GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (2)
839string.IsNullOrEmpty(GetErrorText(rowIndex))) 860GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (2)
295string.IsNullOrEmpty(GetErrorText(rowIndex))) 322GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (2)
525string.IsNullOrEmpty(GetErrorText(rowIndex))) 552GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
289? base.GetErrorText(rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (2)
331string.IsNullOrEmpty(GetErrorText(rowIndex))) 348GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
103GetErrorText(rowIndex),