We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6ca1 commit ba341c9Copy full SHA for ba341c9
dotnet-desktop-guide/samples/snippets/csharp/VS_Snippets_Wpf/DragDropWalkthrough/CS/Circle.xaml.cs
@@ -40,7 +40,7 @@ protected override void OnMouseMove(MouseEventArgs e)
40
data.SetData("Double", circleUI.Height);
41
data.SetData("Object", this);
42
43
- // Inititate the drag-and-drop operation.
+ // Initiate the drag-and-drop operation.
44
DragDrop.DoDragDrop(this, data, DragDropEffects.Copy | DragDropEffects.Move);
45
}
46
0 commit comments