|
|
@ -123,6 +123,10 @@ namespace ICSharpCode.WpfDesign.Designer.Services |
|
|
|
moveLogic.DesignPanel.IsAdornerLayerHitTestVisible = true; |
|
|
|
moveLogic.DesignPanel.IsAdornerLayerHitTestVisible = true; |
|
|
|
moveLogic = null; |
|
|
|
moveLogic = null; |
|
|
|
changeGroup.Commit(); |
|
|
|
changeGroup.Commit(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Return allowed effects to drag source to signal that the drop was successful.
|
|
|
|
|
|
|
|
e.Effects = e.Effects; |
|
|
|
|
|
|
|
e.Handled = true; |
|
|
|
} |
|
|
|
} |
|
|
|
} catch (Exception x) { |
|
|
|
} catch (Exception x) { |
|
|
|
DragDropExceptionHandler.RaiseUnhandledException(x); |
|
|
|
DragDropExceptionHandler.RaiseUnhandledException(x); |
|
|
|