1 write to ErrorTextInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
314this.ErrorTextInternal = value;
3 references to ErrorTextInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
327string errorText = this.ErrorTextInternal; 332if (this.DataGridView != null && !errorText.Equals(this.ErrorTextInternal)) 1154dataGridViewCell.ErrorText = this.ErrorTextInternal;