1 write to ErrorTextInternal
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
148set => ErrorTextInternal = value;
2 references to ErrorTextInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (2)
1061dataGridViewRow.ErrorText = ErrorTextInternal; 1233string errorText = ErrorTextInternal;