1 write to _dropDown
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
354
_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;
355
_dropDown
.Visible = false;
358
AutoClose =
_dropDown
.AutoClose;
359
AllowDrop =
_dropDown
.AllowDrop;
390
_menuItem.Text = (
_dropDown
is not null) ?
_dropDown
.GetType().Name : _menuItem.Name;
422
if (comp is null &&
_dropDown
.Visible)
525
if (!
_dropDown
.Visible)
587
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AutoClose)];
603
_dropDown
.AutoClose = (bool)ShadowProperties[nameof(AllowDrop)];
620
int count =
_dropDown
.Items.Count - 1;
623
ShowMenu(
_dropDown
.Items[count]);
659
_menuItem.DropDown =
_dropDown
;
661
if (
_dropDown
.Items.Count > 0)
663
ToolStripItem[] items = new ToolStripItem[
_dropDown
.Items.Count];
664
_dropDown
.Items.CopyTo(items, 0);
669
_dropDown
.Items.Remove(toolItem);