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