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