1 override of GetOuterBorderColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
41protected override Color GetOuterBorderColor(ComboBox comboBox)
2 references to GetOuterBorderColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
119Color outerBorderColor = GetOuterBorderColor(comboBox);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (1)
45return base.GetOuterBorderColor(comboBox);