5 references to GetContextMenuStrip
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (2)
110
get =>
GetContextMenuStrip
(RowIndex);
1738
ContextMenuStrip? contextMenuStrip =
GetContextMenuStrip
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
270
ContextMenuStrip? contextMenuStrip =
GetContextMenuStrip
(-1);
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
210
ContextMenuStrip? contextMenuStrip =
GetContextMenuStrip
(rowIndex);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
300
ContextMenuStrip? contextMenuStrip =
GetContextMenuStrip
(rowIndex);