1 write to TitleBarColor
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
88TitleBarColor = vsColorPanelTitleBar;
1 reference to TitleBarColor
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
100Color backColor = (_formActive || ActionPanel._dropDownActive) ? ActionPanel.TitleBarColor : ActionPanel.TitleBarUnselectedColor;