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