2 references to GetContextMenuStrip
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
48return ((DataGridViewRow)this).GetContextMenuStrip(Index);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1747contextMenuStrip = OwningRow.GetContextMenuStrip(rowIndex);