13 references to QueryContinueDrag
System.Windows.Forms (6)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1541add => base.QueryContinueDrag += value; 1542remove => base.QueryContinueDrag -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
737control.QueryContinueDrag += HandleQueryContinueDrag; 782control.QueryContinueDrag -= HandleQueryContinueDrag;
System\Windows\Forms\OLE\QueryContinueDragEventArgs.cs (1)
7/// Provides data for the <see cref="Control.QueryContinueDrag"/> event.
System\Windows\Forms\OLE\QueryContinueDragEventHandler.cs (1)
7/// Represents a method that will handle the <see cref="Control.QueryContinueDrag"/>
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
188DropSource.QueryContinueDrag += dropSourceBehavior.QueryContinueDrag; 212DropSource.QueryContinueDrag -= dropSourceBehavior.QueryContinueDrag;
System\Windows\Forms\Design\ToolStripItemBehavior.cs (2)
599DropSource.QueryContinueDrag += QueryContinueDrag; 621DropSource.QueryContinueDrag -= QueryContinueDrag;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
498nameof(ToolStripPanel.QueryContinueDrag),
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1405add { base.QueryContinueDrag += value; } 1406remove { base.QueryContinueDrag -= value; }