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