4 references to GetValue
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (4)
3394Assert.Null(cell.GetValue(rowIndex)); 3411Assert.Same(value, cell.GetValue(rowIndex)); 3482Assert.Null(cell.GetValue(-1)); 3501Assert.Same(value, cell.GetValue(-1));