2 writes to ContextMenuStripInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
111set => ContextMenuStripInternal = value; 1043private void DetachContextMenuStrip(object? sender, EventArgs e) => ContextMenuStripInternal = null;
4 references to ContextMenuStripInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (4)
924if (ContextMenuStripInternal is not null) 926dataGridViewCell.ContextMenuStrip = ContextMenuStripInternal.Clone(); 1137ContextMenuStrip? contextMenuStrip = ContextMenuStripInternal; 1419ContextMenuStrip? contextMenuStrip = ContextMenuStripInternal;