2 references to DrawItem
System.Windows.Forms.Tests (2)
CheckedListBoxTests.cs (2)
852
Action actAdd = () => checkedListBox.
DrawItem
+= handler;
853
Action actRemove = () => checkedListBox.
DrawItem
-= handler;