4 references to s_propCellErrorText
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
208get => Properties.GetStringOrEmptyString(s_propCellErrorText); 211if (Properties.AddOrRemoveString(s_propCellErrorText, value)) 277private bool HasErrorText => Properties.ContainsKey(s_propCellErrorText); 1542string? objErrorText = Properties.GetValueOrDefault<string>(s_propCellErrorText);