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