6 references to GetValue
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (6)
3422Assert.Empty((string)cell.GetValue(-1)); 3435Assert.Same(value, cell.GetValue(-1)); 3519Assert.Empty((string)cell.GetValue(-1)); 3537Assert.Same(value, cell.GetValue(-1)); 3739Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex)); 3774Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetValue(rowIndex));