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