6 references to GetValue
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (6)
3423
Assert.Empty((string)cell.
GetValue
(-1));
3436
Assert.Same(value, cell.
GetValue
(-1));
3520
Assert.Empty((string)cell.
GetValue
(-1));
3538
Assert.Same(value, cell.
GetValue
(-1));
3740
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));
3775
Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.
GetValue
(rowIndex));