### .NET version .NET 10.0.100- preview.5.25270.108 ### Did it work in .NET Framework? Yes ### Did it work in any of the earlier releases of .NET Core or .NET 5+? Yes, this issue is regressed from PR: [Allow IDataObjectAsyncCapability by JeremyKuhne · Pull Request #13431 · dotnet/winforms](https://github.com/dotnet/winforms/pull/13431) ### Issue description After drag and drop text from one control to another, the original one should be empty **Current behavior** The original text box is not empty  **Expected behavior** The original text box is empty  ### Steps to reproduce Please download, unzip and run this sample project to test the issue. [DragDropMoveSample.zip](https://github.com/user-attachments/files/20383637/DragDropMoveSample.zip)