1 write to _dropDownHolder
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
337
_dropDownHolder
= new DropDownHolder(hostedControl, ActionPanel, borderColor, ActionPanel.Font, this);
7 references to _dropDownHolder
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (7)
132
_dropDownHolder
?.Visible = false;
342
Size dropDownSize =
_dropDownHolder
.Size;
359
_dropDownHolder
.Location = editorLocation;
363
_dropDownHolder
.RightToLeft = ActionPanel.RightToLeft;
366
Size dropDownSize =
_dropDownHolder
.Size;
383
_dropDownHolder
.Location = editorLocation;
390
_dropDownHolder
.ShowDropDown(_button);