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