4 references to DragLeave
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1656
base.
DragLeave
+= value;
1659
base.
DragLeave
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
882
control.
DragLeave
+= new EventHandler(HandleDragLeave);
930
control.
DragLeave
-= new EventHandler(HandleDragLeave);