6 references to GetClipboardContent
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewCellTests.ClipboardTests.cs (6)
29cell.GetClipboardContent(rowIndex, firstCell, lastCell, inFirstRow, inLastRow, format).Should().Be(expected); 39cell.GetClipboardContent(rowIndex, firstCell, lastCell, inFirstRow, inLastRow, format).Should().Be(expected); 70cell.GetClipboardContent(0, firstCell, lastCell, inFirstRow, inLastRow, format).Should().Be(expected); 85cell.GetClipboardContent(0, firstCell, lastCell, inFirstRow, inLastRow, format).Should().Be(expected); 114Action action = () => cell.GetClipboardContent(rowIndex, true, true, true, true, "format"); 132Action action = () => cell.GetClipboardContent(rowIndex, true, true, true, true, "format");