3 implementations of ISupportOleDropSource
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
42
ISupportOleDropSource
,
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
25
ISupportOleDropSource
,
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (1)
12
internal sealed partial class ToolStripSplitStackDragDropHandler : IDropTarget,
ISupportOleDropSource
7 references to ISupportOleDropSource
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
12682
void
ISupportOleDropSource
.OnGiveFeedback(GiveFeedbackEventArgs giveFeedbackEventArgs) => OnGiveFeedback(giveFeedbackEventArgs);
12684
void
ISupportOleDropSource
.OnQueryContinueDrag(QueryContinueDragEventArgs queryContinueDragEventArgs) => OnQueryContinueDrag(queryContinueDragEventArgs);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1136
internal
ISupportOleDropSource
? ItemReorderDropSource { get; set; }
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (2)
2662
void
ISupportOleDropSource
.OnGiveFeedback(GiveFeedbackEventArgs giveFeedbackEventArgs)
2665
void
ISupportOleDropSource
.OnQueryContinueDrag(QueryContinueDragEventArgs queryContinueDragEventArgs)
System\Windows\Forms\OLE\DropSource.cs (2)
14
private readonly
ISupportOleDropSource
_peer;
20
public DropSource(
ISupportOleDropSource
peer, IComDataObject dataObject, Bitmap? dragImage, Point cursorOffset, bool useDefaultDragImage)