2 instantiations of DataGridCellClipboardEventArgs
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1396DataGridCellClipboardEventArgs args = new DataGridCellClipboardEventArgs(item, this, cellValue); 1419DataGridCellClipboardEventArgs args = new DataGridCellClipboardEventArgs(item, this, cellContent);
4 references to DataGridCellClipboardEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridColumn.cs (4)
1396DataGridCellClipboardEventArgs args = new DataGridCellClipboardEventArgs(item, this, cellValue); 1419DataGridCellClipboardEventArgs args = new DataGridCellClipboardEventArgs(item, this, cellContent); 1436public event EventHandler<DataGridCellClipboardEventArgs> CopyingCellClipboardContent; 1442public event EventHandler<DataGridCellClipboardEventArgs> PastingCellClipboardContent;