6 references to PropCellErrorText
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
322object errorText = this.Properties.GetObject(PropCellErrorText); 328if (!string.IsNullOrEmpty(value) || this.Properties.ContainsObject(PropCellErrorText)) 330this.Properties.SetObject(PropCellErrorText, value); 416return this.Properties.ContainsObject(PropCellErrorText) && this.Properties.GetObject(PropCellErrorText) != null; 1847object objErrorText = this.Properties.GetObject(PropCellErrorText);