21 references to GetValue
System.Windows.Forms.Tests (21)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (21)
3348Assert.Null(cell.GetValue(-1)); 3359Assert.Same(value, cell.GetValue(-1)); 3368Assert.Null(cell.GetValue(-1)); 3381Assert.Same(value, cell.GetValue(-1)); 3448Assert.Null(cell.GetValue(-1)); 3465Assert.Null(cell.GetValue(-1)); 3544Assert.Null(cell.GetValue(-1)); 3555Assert.Same(value, cell.GetValue(-1)); 3569Assert.Null(cell.GetValue(-1)); 3585Assert.Same(value, cell.GetValue(-1)); 3618Assert.Null(cell.GetValue(-1)); 3623Assert.Null(cell.GetValue(-1)); 3656Assert.Null(cell.GetValue(-1)); 3661Assert.Null(cell.GetValue(-1)); 3697Assert.Null(cell.GetValue(-1)); 3702Assert.Null(cell.GetValue(-1)); 3713Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3725Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3754Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3786Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3803Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex));