dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.02k stars 1.16k forks source link

Paste image from mspaint doesn't work on windows 11 #5006

Open lovettchris opened 3 years ago

lovettchris commented 3 years ago

WpfPasteBug.zip

haefele commented 3 years ago

I honestly don't think this bug is new with Windows 11. This is an issue we also ran into, and worked around by falling back to the WinForms Clipboard API. And we seem to not be the only ones with that experience.

lovettchris commented 3 years ago

Ah, ok, I agree I am able to repro the bug on windows 10 also.