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