6 references to CreateCells
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewRowTests.cs (6)
4088
row.
CreateCells
(control, values);
4105
row.
CreateCells
(control, values);
4114
Assert.Throws<ArgumentNullException>("dataGridView", () => row.
CreateCells
(null, Array.Empty<object>()));
4128
Assert.Throws<InvalidOperationException>(() => row.
CreateCells
(newControl, Array.Empty<object>()));
4139
Assert.Throws<InvalidOperationException>(() => row.
CreateCells
(control, Array.Empty<object>()));
4147
Assert.Throws<ArgumentNullException>("values", () => row.
CreateCells
(control, null));