1 override of GetPopupOuterBorderColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
674protected override Color GetPopupOuterBorderColor(ComboBox comboBox, bool focused) {
2 references to GetPopupOuterBorderColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
6032Color borderPenColor = GetPopupOuterBorderColor(comboBox, focused);
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
676return base.GetPopupOuterBorderColor(comboBox, focused);