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