6 references to CreateCells
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1127CreateCells(dataGridView);
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewRowTests.cs (5)
4061row.CreateCells(control); 4075row.CreateCells(control); 4113Assert.Throws<ArgumentNullException>("dataGridView", () => row.CreateCells(null)); 4127Assert.Throws<InvalidOperationException>(() => row.CreateCells(newControl)); 4138Assert.Throws<InvalidOperationException>(() => row.CreateCells(control));