2 writes to ContextMenuStripInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
111
set =>
ContextMenuStripInternal
= value;
1043
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)
924
if (
ContextMenuStripInternal
is not null)
926
dataGridViewCell.ContextMenuStrip =
ContextMenuStripInternal
.Clone();
1137
ContextMenuStrip? contextMenuStrip =
ContextMenuStripInternal
;
1419
ContextMenuStrip? contextMenuStrip =
ContextMenuStripInternal
;