MarkupExtension in System.Windows.Markup

Antonio Gomez 21 Reputation points
2021-05-04T01:33:27.013+00:00

I was using this abstract class in .Net Framework 4.8 then I decided to join the crowd and migrated the library to .NET 5 which does not have a clue as to what System.Windows.Markup is. I would like to know where that .dll can be reached now. I also would like to know why such a basic question takes hours of research to find out that no one has a clue.

XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
808 questions
0 comments No comments
{count} votes

Accepted answer
  1. DaisyTian-1203 11,621 Reputation points
    2021-05-04T06:45:42.677+00:00

    MarkupExtension Class is in System.Xaml.dll and locates in System.Windows.Markup Namespace. MarkupExtension applies to below products:

    93486-capture.png

    In my device, System.Xaml.dll is in C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.0\ref\net5.0. If I misunderstand your question, please point out.


    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.