I'm trying to add the namespace "system.windows.media.editing" but I can not add it, at first it did not recognize the "media" so I added presentation.dll, but now it does not allow me to add the "edit", I am using the .net 5.0 version
I'm trying to add the namespace "system.windows.media.editing" but I can not add it, at first it did not recognize the "media" so I added presentation.dll, but now it does not allow me to add the "edit", I am using the .net 5.0 version
@YRK-33345
May I know if you have got any chance to check my answer? I am glad to help if you have any other questions.
If you meant the `Windows.Media.Editing` namespace, it is exclusively available in UWP apps (Windows 10 only), not in a typical WPF app (.NET 5 supports non-Windows 10 machines).
If you need to use UWP APIs in non-UWP applications, please refer to the following Windows Developer Blog:
Calling Windows 10 APIs From a Desktop Application just got easier
Calling Windows 10 APIs From a Desktop Application
Find two files in windows for reference, or add a nuget package, then you can use these APIs.

If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
10 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?