14 references to DrawItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
370
_newItemTypes.
DrawItem
+= OnListBoxItems_DrawItem;
System.Windows.Forms.Tests (10)
System\Windows\Forms\ComboBoxTests.cs (10)
731
control.
DrawItem
+= handler;
735
control.
DrawItem
-= handler;
746
control.
DrawItem
+= handler;
747
control.
DrawItem
-= handler;
760
control.
DrawItem
+= null;
761
control.
DrawItem
-= null;
776
control.
DrawItem
+= handler1;
777
control.
DrawItem
+= handler2;
783
control.
DrawItem
-= handler1;
797
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;