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