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