1 write to _dropDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
360
_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;
361
_dropDown
.Visible = false;
364
AutoClose =
_dropDown
.AutoClose;
365
AllowDrop =
_dropDown
.AllowDrop;
396
_menuItem.Text = (
_dropDown
is not null) ?
_dropDown
.GetType().Name : _menuItem.Name;
428
if (comp is null &&
_dropDown
.Visible)
531
if (!
_dropDown
.Visible)
593
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AutoClose)];
609
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AllowDrop)];
626
int count =
_dropDown
.Items.Count - 1;
629
ShowMenu(
_dropDown
.Items[count]);
665
_menuItem.DropDown =
_dropDown
;
667
if (
_dropDown
.Items.Count > 0)
669
ToolStripItem[] items = new ToolStripItem[
_dropDown
.Items.Count];
670
_dropDown
.Items.CopyTo(items, 0);
675
_dropDown
.Items.Remove(toolItem);