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