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