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