2 writes to ContextMenuStripInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
86
this.
ContextMenuStripInternal
= value;
933
this.
ContextMenuStripInternal
= null;
5 references to ContextMenuStripInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewBand.cs (4)
82
return this.
ContextMenuStripInternal
;
925
if (this.
ContextMenuStripInternal
!= null)
927
dataGridViewBand.ContextMenuStrip = this.
ContextMenuStripInternal
.Clone();
948
ContextMenuStrip contextMenuStrip = (ContextMenuStrip)this.
ContextMenuStripInternal
;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
1306
ContextMenuStrip contextMenuStrip = this.
ContextMenuStripInternal
;