2 overrides of ContextMenuStrip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
261
public override ContextMenuStrip
ContextMenuStrip
{
winforms\Managed\System\WinForms\UpDownBase.cs (1)
332
public override ContextMenuStrip
ContextMenuStrip
{
6 writes to ContextMenuStrip
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
2227
ContextMenuStrip
= null;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
266
base.
ContextMenuStrip
= value;
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
236
set { base.
ContextMenuStrip
= value; }
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
294
set { base.
ContextMenuStrip
= value; }
winforms\Managed\System\WinForms\UpDownBase.cs (2)
337
base.
ContextMenuStrip
= value;
338
this.upDownEdit.
ContextMenuStrip
= value;
22 references to ContextMenuStrip
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1894
if (this.ContextMenu != null || this.
ContextMenuStrip
!= null)
1929
if (this.ContextMenu != null || this.
ContextMenuStrip
!= null) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2054
return this.DataGridView.
ContextMenuStrip
;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
303
return this.DataGridView.
ContextMenuStrip
;
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
317
return this.DataGridView.
ContextMenuStrip
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
29862
contextMenuStrip = (ContextMenuStrip) this.
ContextMenuStrip
;
29894
contextMenuStrip = (ContextMenuStrip) this.
ContextMenuStrip
;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
434
return this.DataGridView.
ContextMenuStrip
;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
263
return base.
ContextMenuStrip
;
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
2247
if (ContextMenu != null ||
ContextMenuStrip
!= null) {
2270
else if (
ContextMenuStrip
!= null) {
2271
ContextMenuStrip
.ShowInternal(this, client, keyboardActivated);
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
235
get { return base.
ContextMenuStrip
; }
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
293
get { return base.
ContextMenuStrip
; }
winforms\Managed\System\WinForms\ToolStripManager.cs (5)
1568
if (activeControlInChain.
ContextMenuStrip
!= null) {
1569
if (activeControlInChain.
ContextMenuStrip
.Shortcuts.ContainsKey(shortcut)) {
1570
ToolStripMenuItem item = activeControlInChain.
ContextMenuStrip
.Shortcuts[shortcut] as ToolStripMenuItem;
1601
else if (activeControl != null && toolStrip == activeControl.
ContextMenuStrip
) {
1620
if (toplevelContextMenu != activeControl.
ContextMenuStrip
) {
winforms\Managed\System\WinForms\UpDownBase.cs (2)
334
return base.
ContextMenuStrip
;
1330
if (ContextMenu == null &&
ContextMenuStrip
!= null) {
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1614
ContextMenuStrip contextMenuStrip =
ContextMenuStrip
;