21 references to GetValue
System.Windows.Forms.Tests (21)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (21)
3350Assert.Null(cell.GetValue(-1)); 3361Assert.Same(value, cell.GetValue(-1)); 3370Assert.Null(cell.GetValue(-1)); 3383Assert.Same(value, cell.GetValue(-1)); 3450Assert.Null(cell.GetValue(-1)); 3467Assert.Null(cell.GetValue(-1)); 3546Assert.Null(cell.GetValue(-1)); 3557Assert.Same(value, cell.GetValue(-1)); 3571Assert.Null(cell.GetValue(-1)); 3587Assert.Same(value, cell.GetValue(-1)); 3620Assert.Null(cell.GetValue(-1)); 3625Assert.Null(cell.GetValue(-1)); 3658Assert.Null(cell.GetValue(-1)); 3663Assert.Null(cell.GetValue(-1)); 3699Assert.Null(cell.GetValue(-1)); 3704Assert.Null(cell.GetValue(-1)); 3715Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3727Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3756Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3788Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3805Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex));