4 references to GetValue
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (4)
3396Assert.Null(cell.GetValue(rowIndex)); 3413Assert.Same(value, cell.GetValue(rowIndex)); 3484Assert.Null(cell.GetValue(-1)); 3503Assert.Same(value, cell.GetValue(-1));