1 override of GetErrorText
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
287protected internal override string GetErrorText(int rowIndex) =>
31 references to GetErrorText
System.Windows.Forms (29)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
194GetErrorText(rowIndex), 222string.IsNullOrEmpty(GetErrorText(rowIndex))) 240GetErrorText(rowIndex), 263GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (3)
201get => GetErrorText(RowIndex); 2807string errorText = GetErrorText(rowIndex); 3645string errorText = GetErrorText(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
483GetErrorText(rowIndex), 514string.IsNullOrEmpty(GetErrorText(rowIndex))) 541GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
775GetErrorText(rowIndex), 839string.IsNullOrEmpty(GetErrorText(rowIndex))) 860GetErrorText(rowIndex), 878GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (4)
272GetErrorText(rowIndex), 295string.IsNullOrEmpty(GetErrorText(rowIndex))) 322GetErrorText(rowIndex), 337GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (3)
467GetErrorText(rowIndex), 495string.IsNullOrEmpty(GetErrorText(rowIndex))) 522GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
289? base.GetErrorText(rowIndex)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (4)
303GetErrorText(rowIndex), 331string.IsNullOrEmpty(GetErrorText(rowIndex))) 348GetErrorText(rowIndex), 372GetErrorText(rowIndex),
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (3)
70GetErrorText(rowIndex), 103GetErrorText(rowIndex), 121GetErrorText(rowIndex),
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellTests.cs (2)
6558public new string GetErrorText(int rowIndex) => base.GetErrorText(rowIndex); 6606public new string GetErrorText(int rowIndex) => base.GetErrorText(rowIndex);