3 references to AddInternal
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
73
Rows.
AddInternal
(newRow: true, values: null);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (2)
187
return
AddInternal
(newRow: false, values: null);
292
return
AddInternal
(newRow: false, values);