1 write to _dropDownActive
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
721
_dropDownActive
= active;
6 references to _dropDownActive
System.Windows.Forms.Design (6)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (2)
260
if (ActionPanel.
_dropDownActive
)
314
if (!ActionPanel.
_dropDownActive
)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
100
Color backColor = (_formActive || ActionPanel.
_dropDownActive
) ? ActionPanel.TitleBarColor : ActionPanel.TitleBarUnselectedColor;
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
39
if (_pushingValue || ActionPanel.
_dropDownActive
)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
258
if (ActionPanel.
_dropDownActive
)
276
if (ActionPanel.
_dropDownActive
)