2 references to OnQueryContinueDrag
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
565
private void HandleQueryContinueDrag(object? sender, QueryContinueDragEventArgs e) =>
OnQueryContinueDrag
(e);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2665
=>
OnQueryContinueDrag
(queryContinueDragEventArgs);