4 references to Link
PresentationCore (1)
Core\CSharp\System\Windows\DragDrop.cs (1)
532DragDropEffects.Link |
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
117DragDrop.DoDragDrop(designerView, dataObject, DragDropEffects.Move | DragDropEffects.Copy | DragDropEffects.Scroll | DragDropEffects.Link); 167DragDrop.DoDragDrop(GetCompositeView(draggedViewElement), dataObject, DragDropEffects.Move | DragDropEffects.Copy | DragDropEffects.Scroll | DragDropEffects.Link);
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
362DragDrop.DoDragDrop(this, dataObject, DragDropEffects.Link | DragDropEffects.Copy);