4 references to GetValue
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewHeaderCellTests.cs (4)
3397Assert.Null(cell.GetValue(rowIndex)); 3414Assert.Same(value, cell.GetValue(rowIndex)); 3485Assert.Null(cell.GetValue(-1)); 3504Assert.Same(value, cell.GetValue(-1));