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