How to view "xaml" and "Style" in the.NET Framework source code

冷夜孤星 21 Reputation points
2021-05-31T02:37:12.567+00:00

I downloaded the.netframework4.7.2 source code to look at the control's source code. The controls XAML and Style are not found.

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.
809 questions
{count} votes

Accepted answer
  1. DaisyTian-1203 11,621 Reputation points
    2021-05-31T06:48:02.947+00:00

    The code you downloaded corresponds to Reference Source, it is missing crucial components such as resources, XAML files. referencesource is also included in your provided link. It is often used to view Microsoft dll Reference Source code.
    If you want to get some WPF samples, you need go to Microsoft github WPF-Samples, there are more than 200 WPF samples in the sloution.


    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 comments No comments

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.