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