6 references to GetValue
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (6)
3420
Assert.Empty((string)cell.
GetValue
(-1));
3433
Assert.Same(value, cell.
GetValue
(-1));
3517
Assert.Empty((string)cell.
GetValue
(-1));
3535
Assert.Same(value, cell.
GetValue
(-1));
3737
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));
3772
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));