4 references to MouseClick
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (2)
313add => base.MouseClick += value; 314remove => base.MouseClick -= value;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBoxTests.cs (2)
5683control.MouseClick += handler; 5688control.MouseClick -= handler;