4 references to ComboBoxRenderer
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (2)
3187ComboBoxRenderer.DrawTextBox(g, bounds, state); 3192ComboBoxRenderer.DrawDropDownButton(g, bounds, state);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (2)
102ComboBoxRenderer.DrawDropDownButton(pevent.Graphics, dropDownButtonRect, cbState); 105ComboBoxRenderer.DrawDropDownButtonForHandle(pevent.Graphics, dropDownButtonRect, cbState, this.HandleInternal);