14 references to DragDrop
System.Windows.Forms (6)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1498add => base.DragDrop += value; 1499remove => base.DragDrop -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
714control.DragDrop += HandleDragDrop; 759control.DragDrop -= HandleDragDrop;
System\Windows\Forms\OLE\DragEventArgs.cs (1)
10/// Provides data for the <see cref="Control.DragDrop"/>, <see cref="Control.DragEnter"/>,
System\Windows\Forms\OLE\DragEventHandler.cs (1)
7/// Represents a method that will handle the <see cref="Control.DragDrop"/>,
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ControlDesigner.cs (4)
615rc.DragDrop += OnDragDrop; 631rc.DragDrop -= OnDragDrop; 1270control.DragDrop -= handler; 1272control.DragDrop += handler;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
481nameof(ToolStripPanel.DragDrop),
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
194_treeView1.DragDrop += treeView1_DragDrop;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1114add { base.DragDrop += value; } 1115remove { base.DragDrop -= value; }