diff --git a/src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlOutlineContentHost.xaml b/src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlOutlineContentHost.xaml index 5eff6f8f50..55d8591cd9 100644 --- a/src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlOutlineContentHost.xaml +++ b/src/AddIns/BackendBindings/XamlBinding/XamlBinding/XamlOutlineContentHost.xaml @@ -3,9 +3,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:treeview="http://icsharpcode.net/sharpdevelop/treeview" > - - - node.Parent != null); + return false; //nodes.All(node => node.Parent != null); } public override DropEffect CanDrop(IDataObject data, DropEffect requestedEffect) { - return DropEffect.Move; + return DropEffect.None; //DropEffect.Move; } public override bool CanCopy(SharpTreeNode[] nodes)