1 reference to ComboBoxButtonPressedGradientEnd
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
718
using (Brush b = new LinearGradientBrush(dropDownRect, colorTable.ComboBoxButtonPressedGradientBegin, colorTable.
ComboBoxButtonPressedGradientEnd
, LinearGradientMode.Vertical)) {