14 references to DragLeave
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1526
add => base.
DragLeave
+= value;
1527
remove => base.
DragLeave
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
716
control.
DragLeave
+= HandleDragLeave;
761
control.
DragLeave
-= HandleDragLeave;
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ControlDesigner.cs (4)
618
rc.
DragLeave
+= OnDragLeave;
634
rc.
DragLeave
-= OnDragLeave;
1269
control.
DragLeave
-= handler;
1271
control.
DragLeave
+= handler;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
495
nameof(ToolStripPanel.
DragLeave
),
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Handlers.cs (2)
1367
control.
DragLeave
+= handler;
1372
control.
DragLeave
-= handler;
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
622
ListDragTarget.
DragLeave
+= ListDragTarget_DragLeave;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1149
add { base.
DragLeave
+= value; }
1150
remove { base.
DragLeave
-= value; }