1 override of GetErrorText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
406protected internal override string GetErrorText(int rowIndex)
17 references to GetErrorText
System.Windows.Forms (17)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (2)
279String.IsNullOrEmpty(GetErrorText(rowIndex))) 296GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
310return GetErrorText(this.RowIndex); 3204string errorText = GetErrorText(rowIndex); 4399string errorText = GetErrorText(rowIndex);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (2)
598String.IsNullOrEmpty(GetErrorText(rowIndex))) 625GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
1072String.IsNullOrEmpty(GetErrorText(rowIndex))) 1093GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
373String.IsNullOrEmpty(GetErrorText(rowIndex))) 393GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
617String.IsNullOrEmpty(GetErrorText(rowIndex))) 637GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
410return base.GetErrorText(rowIndex);
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (2)
375String.IsNullOrEmpty(GetErrorText(rowIndex))) 392GetErrorText(rowIndex),
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
135GetErrorText(rowIndex),