Merge pull request #1167 from dotnet/publish-18565

This commit is contained in:
Bill Wagner
2021-10-01 06:30:10 -04:00
committed by GitHub
@@ -40,7 +40,7 @@ namespace DragDropWalkthrough
data.SetData("Double", circleUI.Height); data.SetData("Double", circleUI.Height);
data.SetData("Object", this); data.SetData("Object", this);
// Inititate the drag-and-drop operation. // Initiate the drag-and-drop operation.
DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move); DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move);
} }
} }