1 write to _dropDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
351
_dropDown
= (ToolStripDropDown)Component;
19 references to _dropDown
System.Windows.Forms.Design (19)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (19)
128
get =>
_dropDown
.RightToLeft;
136
bounds =
_dropDown
.Bounds;
139
_dropDown
.RightToLeft = value;
352
_dropDown
.Visible = false;
355
AutoClose =
_dropDown
.AutoClose;
356
AllowDrop =
_dropDown
.AllowDrop;
387
_menuItem.Text = (
_dropDown
is not null) ?
_dropDown
.GetType().Name : _menuItem.Name;
419
if (comp is null &&
_dropDown
.Visible)
522
if (!
_dropDown
.Visible)
584
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AutoClose)];
600
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AllowDrop)];
617
int count =
_dropDown
.Items.Count - 1;
620
ShowMenu(
_dropDown
.Items[count]);
656
_menuItem.DropDown =
_dropDown
;
658
if (
_dropDown
.Items.Count > 0)
660
ToolStripItem[] items = new ToolStripItem[
_dropDown
.Items.Count];
661
_dropDown
.Items.CopyTo(items, 0);
666
_dropDown
.Items.Remove(toolItem);