3 references to AddInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
85
this.Rows.
AddInternal
(true /*newRow*/, null /*values*/);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (2)
335
return
AddInternal
(false /*newRow*/, null);
457
return
AddInternal
(false /*newRow*/, values);