2 references to MouseLeave
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1174
Assert.Throws<NotSupportedException>(() => control.
MouseLeave
+= handler);
1175
control.
MouseLeave
-= handler;