2 instantiations of DataGridRowClipboardEventArgs
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
8310DataGridRowClipboardEventArgs preparingRowClipboardContentEventArgs = new DataGridRowClipboardEventArgs(null, minColumnDisplayIndex, maxColumnDisplayIndex, true /*IsColumnHeadersRow*/); 8327DataGridRowClipboardEventArgs preparingRowClipboardContentEventArgs = new DataGridRowClipboardEventArgs(row, minColumnDisplayIndex, maxColumnDisplayIndex, false /*IsColumnHeadersRow*/, i);
4 references to DataGridRowClipboardEventArgs
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
8310DataGridRowClipboardEventArgs preparingRowClipboardContentEventArgs = new DataGridRowClipboardEventArgs(null, minColumnDisplayIndex, maxColumnDisplayIndex, true /*IsColumnHeadersRow*/); 8327DataGridRowClipboardEventArgs preparingRowClipboardContentEventArgs = new DataGridRowClipboardEventArgs(row, minColumnDisplayIndex, maxColumnDisplayIndex, false /*IsColumnHeadersRow*/, i); 8380protected virtual void OnCopyingRowClipboardContent(DataGridRowClipboardEventArgs args) 8438public event EventHandler<DataGridRowClipboardEventArgs> CopyingRowClipboardContent;