4 implementations of ISupportOleDropSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (1)
82ISupportOleDropSource,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
60ISupportOleDropSource,
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5347internal sealed class ToolStripSplitStackDragDropHandler : IDropTarget, ISupportOleDropSource {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
38ISupportOleDropSource,
8 references to ISupportOleDropSource
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (2)
14693void ISupportOleDropSource.OnGiveFeedback(GiveFeedbackEventArgs giveFeedbackEventArgs) { 14698void ISupportOleDropSource.OnQueryContinueDrag(QueryContinueDragEventArgs queryContinueDragEventArgs) {
winforms\Managed\System\WinForms\DropSource.cs (2)
19private ISupportOleDropSource peer; 21public DropSource(ISupportOleDropSource peer ) {
winforms\Managed\System\WinForms\ToolStrip.cs (2)
69private ISupportOleDropSource itemReorderDropSource = null; 1275internal ISupportOleDropSource ItemReorderDropSource {
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
3050void ISupportOleDropSource.OnGiveFeedback(GiveFeedbackEventArgs giveFeedbackEventArgs) { 3055void ISupportOleDropSource.OnQueryContinueDrag(QueryContinueDragEventArgs queryContinueDragEventArgs) {