1 write to _contextMenuStrip
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
949
_contextMenuStrip
= new ContextMenuStrip
7 references to _contextMenuStrip
System.Windows.Forms.UI.IntegrationTests (7)
DragDropTests.cs (7)
956
_contextMenuStrip
.Opening += ContextMenuStrip_Opening;
969
DropDown =
_contextMenuStrip
,
980
ContextMenuStrip =
_contextMenuStrip
;
985
if (
_contextMenuStrip
is null)
990
_contextMenuStrip
.DefaultDropDownDirection = ToolStripDropDownDirection.BelowLeft;
991
_contextMenuStrip
.Items.Clear();
1004
_contextMenuStrip
.Items.Add(dragAcceptItem);