2 references to GetContextMenuStrip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
80return ((DataGridViewRow) this).GetContextMenuStrip(this.Index);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2036contextMenuStrip = this.owningRow.GetContextMenuStrip(rowIndex);