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