5 references to DropSource
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (5)
188
DropSource
.QueryContinueDrag += dropSourceBehavior.QueryContinueDrag;
189
DropSource
.GiveFeedback += dropSourceBehavior.GiveFeedback;
208
res =
DropSource
.DoDragDrop(dropSourceBehavior.DataObject, dropSourceBehavior.AllowedEffects);
212
DropSource
.QueryContinueDrag -= dropSourceBehavior.QueryContinueDrag;
213
DropSource
.GiveFeedback -= dropSourceBehavior.GiveFeedback;