1 write to _allowedEffects
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
108
_allowedEffects
= DragDropEffects.Copy | DragDropEffects.None | DragDropEffects.Move;
1 reference to _allowedEffects
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
125
get =>
_allowedEffects
;