1 write to _contextMenuStrip
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
1008
_contextMenuStrip
= new ContextMenuStrip
7 references to _contextMenuStrip
System.Windows.Forms.UI.IntegrationTests (7)
DragDropTests.cs (7)
1015
_contextMenuStrip
.Opening += ContextMenuStrip_Opening;
1028
DropDown =
_contextMenuStrip
,
1039
ContextMenuStrip =
_contextMenuStrip
;
1044
if (
_contextMenuStrip
is null)
1049
_contextMenuStrip
.DefaultDropDownDirection = ToolStripDropDownDirection.BelowLeft;
1050
_contextMenuStrip
.Items.Clear();
1063
_contextMenuStrip
.Items.Add(dragAcceptItem);