6 references to GetValue
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (6)
3422
Assert.Empty((string)cell.
GetValue
(-1));
3435
Assert.Same(value, cell.
GetValue
(-1));
3519
Assert.Empty((string)cell.
GetValue
(-1));
3537
Assert.Same(value, cell.
GetValue
(-1));
3739
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));
3774
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));