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