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)
1698base.QueryContinueDrag += value; 1701base.QueryContinueDrag -= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
903control.QueryContinueDrag += new QueryContinueDragEventHandler(HandleQueryContinueDrag); 951control.QueryContinueDrag -= new QueryContinueDragEventHandler(HandleQueryContinueDrag);