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