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)
260if (ActionPanel._dropDownActive) 314if (!ActionPanel._dropDownActive)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
100Color backColor = (_formActive || ActionPanel._dropDownActive) ? ActionPanel.TitleBarColor : ActionPanel.TitleBarUnselectedColor;
System\ComponentModel\Design\DesignerActionPanel.PropertyLine.cs (1)
39if (_pushingValue || ActionPanel._dropDownActive)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (2)
258if (ActionPanel._dropDownActive) 276if (ActionPanel._dropDownActive)