6 references to QueryContinueDrag
System.Windows.Forms (6)
winforms\Managed\System\WinForms\QueryContinueDragEvent.cs (1)
21
/// Provides data for the <see cref='System.Windows.Forms.Control.
QueryContinueDrag
'/>
winforms\Managed\System\WinForms\QueryContinueDragEventHandler.cs (1)
18
/// Represents the method that will handle the <see cref='System.Windows.Forms.Control.
QueryContinueDrag
'/>
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1698
base.
QueryContinueDrag
+= value;
1701
base.
QueryContinueDrag
-= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
903
control.
QueryContinueDrag
+= new QueryContinueDragEventHandler(HandleQueryContinueDrag);
951
control.
QueryContinueDrag
-= new QueryContinueDragEventHandler(HandleQueryContinueDrag);