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