5 references to PropRowErrorText
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRow.cs (5)
215object errorText = this.Properties.GetObject(PropRowErrorText); 221if (!string.IsNullOrEmpty(value) || this.Properties.ContainsObject(PropRowErrorText)) 223this.Properties.SetObject(PropRowErrorText, value); 260return this.Properties.ContainsObject(PropRowErrorText) && this.Properties.GetObject(PropRowErrorText) != null;