5 references to GetContextMenuStrip
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
156return GetContextMenuStrip(this.RowIndex); 2028ContextMenuStrip contextMenuStrip = GetContextMenuStrip(rowIndex);
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
295ContextMenuStrip contextMenuStrip = GetContextMenuStrip(-1);
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
309ContextMenuStrip contextMenuStrip = GetContextMenuStrip(rowIndex);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
426ContextMenuStrip contextMenuStrip = GetContextMenuStrip(rowIndex);