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