3 references to PropContextMenuStrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewBand.cs (3)
94return (ContextMenuStrip)this.Properties.GetObject(PropContextMenuStrip); 98ContextMenuStrip oldValue = (ContextMenuStrip)this.Properties.GetObject(PropContextMenuStrip); 106this.Properties.SetObject(PropContextMenuStrip, value);