8 references to GetEditedFormattedValue
System.Windows.Forms.Tests (8)
System\Windows\Forms\DataGridViewCellTests.cs (8)
3692Assert.Null(cell.GetEditedFormattedValue(rowIndex, context)); 3706Assert.Null(cell.GetEditedFormattedValue(rowIndex, context)); 3719Assert.Null(cell.GetEditedFormattedValue(rowIndex, context)); 3732Assert.Null(cell.GetEditedFormattedValue(rowIndex, context)); 3748Assert.Empty((string)cell.GetEditedFormattedValue(0, context)); 3766Assert.Equal("Value", (string)cell.GetEditedFormattedValue(0, context)); 3783Assert.Empty((string)cell.GetEditedFormattedValue(0, context)); 3803Assert.Throws<ArgumentOutOfRangeException>("rowIndex", () => cell.GetEditedFormattedValue(rowIndex, DataGridViewDataErrorContexts.Formatting));