25 references to DragDrop
System.Windows.Forms (6)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1507
add => base.
DragDrop
+= value;
1508
remove => base.
DragDrop
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
714
control.
DragDrop
+= HandleDragDrop;
759
control.
DragDrop
-= HandleDragDrop;
System\Windows\Forms\OLE\DragEventArgs.cs (1)
7
/// 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)
615
rc.
DragDrop
+= OnDragDrop;
631
rc.
DragDrop
-= OnDragDrop;
1255
control.
DragDrop
-= handler;
1257
control.
DragDrop
+= handler;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
493
nameof(ToolStripPanel.
DragDrop
),
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
194
_treeView1.
DragDrop
+= treeView1_DragDrop;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Handlers.cs (2)
1319
control.
DragDrop
+= handler;
1324
control.
DragDrop
-= handler;
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (2)
367
form.ListDragTarget.
DragDrop
+= (s, e) =>
620
ListDragTarget.
DragDrop
+= ListDragTarget_DragDrop;
TrimTest (1)
Form1.Designer.cs (1)
72
textBox1.
DragDrop
+= textBox1_DragDrop;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1129
add { base.
DragDrop
+= value; }
1130
remove { base.
DragDrop
-= value; }
WinFormsControlsTest (6)
DragDrop.cs (6)
45
pictureBox1.
DragDrop
+= PictureBox_DragDrop;
51
pictureBox2.
DragDrop
+= PictureBox_DragDrop;
57
pictureBox3.
DragDrop
+= PictureBox_DragDrop;
63
pictureBox4.
DragDrop
+= PictureBox_DragDrop;
69
pictureBox5.
DragDrop
+= PictureBox_DragDrop;
76
textBox.
DragDrop
+= TextBox_DragDrop;