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