3 references to s_propRowErrorText
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (3)
166
get => Properties.GetStringOrEmptyString(
s_propRowErrorText
);
169
if (Properties.AddOrRemoveString(
s_propRowErrorText
, value))
199
private bool HasErrorText => Properties.ContainsKey(
s_propRowErrorText
);