1 write to _dropDownHolder
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
340
_dropDownHolder
= new DropDownHolder(hostedControl, ActionPanel, borderColor, ActionPanel.Font, this);
8 references to _dropDownHolder
System.Windows.Forms.Design (8)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (8)
132
if (
_dropDownHolder
is not null)
134
_dropDownHolder
.Visible = false;
345
Size dropDownSize =
_dropDownHolder
.Size;
362
_dropDownHolder
.Location = editorLocation;
366
_dropDownHolder
.RightToLeft = ActionPanel.RightToLeft;
369
Size dropDownSize =
_dropDownHolder
.Size;
386
_dropDownHolder
.Location = editorLocation;
393
_dropDownHolder
.ShowDropDown(_button);