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