1 write to ErrorTextInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
207this.ErrorTextInternal = value;
4 references to ErrorTextInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRow.cs (4)
220string errorText = this.ErrorTextInternal; 225if (this.DataGridView != null && !errorText.Equals(this.ErrorTextInternal)) 1140dataGridViewRow.ErrorText = this.ErrorTextInternal; 1336string errorText = this.ErrorTextInternal;