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