2 references to Clone
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
927
dataGridViewBand.ContextMenuStrip = this.ContextMenuStripInternal.
Clone
();
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1162
dataGridViewCell.ContextMenuStrip = this.ContextMenuStripInternal.
Clone
();