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