2 overrides of GetClipboardContent
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
117protected override object? GetClipboardContent(
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
86protected override object? GetClipboardContent(
2 references to GetClipboardContent
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1408return GetClipboardContent(
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellTests.cs (1)
6599return base.GetClipboardContent(rowIndex, firstCell, lastCell, inFirstRow, inLastRow, format);