13 references to DrawItem
System.Windows.Forms.Tests (10)
System\Windows\Forms\ComboBoxTests.cs (10)
729
control.
DrawItem
+= handler;
733
control.
DrawItem
-= handler;
744
control.
DrawItem
+= handler;
745
control.
DrawItem
-= handler;
758
control.
DrawItem
+= null;
759
control.
DrawItem
-= null;
774
control.
DrawItem
+= handler1;
775
control.
DrawItem
+= handler2;
781
control.
DrawItem
-= handler1;
795
control.
DrawItem
-= handler;
WinFormsControlsTest (3)
ComboBoxesWithScrollBars.Designer.cs (3)
79
this.comboBox1.
DrawItem
+= this.comboBox_DrawItem;
91
this.comboBox2.
DrawItem
+= this.comboBox_DrawItem;
103
this.comboBox3.
DrawItem
+= this.comboBox_DrawItem;