3 references to PropCellContextMenuStrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (3)
168return (ContextMenuStrip)this.Properties.GetObject(PropCellContextMenuStrip); 172ContextMenuStrip oldValue = (ContextMenuStrip)this.Properties.GetObject(PropCellContextMenuStrip); 180this.Properties.SetObject(PropCellContextMenuStrip, value);