21 references to GetValue
System.Windows.Forms.Tests (21)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (21)
3351Assert.Null(cell.GetValue(-1)); 3362Assert.Same(value, cell.GetValue(-1)); 3371Assert.Null(cell.GetValue(-1)); 3384Assert.Same(value, cell.GetValue(-1)); 3451Assert.Null(cell.GetValue(-1)); 3468Assert.Null(cell.GetValue(-1)); 3547Assert.Null(cell.GetValue(-1)); 3558Assert.Same(value, cell.GetValue(-1)); 3572Assert.Null(cell.GetValue(-1)); 3588Assert.Same(value, cell.GetValue(-1)); 3621Assert.Null(cell.GetValue(-1)); 3626Assert.Null(cell.GetValue(-1)); 3659Assert.Null(cell.GetValue(-1)); 3664Assert.Null(cell.GetValue(-1)); 3700Assert.Null(cell.GetValue(-1)); 3705Assert.Null(cell.GetValue(-1)); 3716Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3728Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3757Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3789Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3806Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex));