Search code examples
wpfuwpcode-completion

How to get UWP control's source code?


I want to learn the solution in UWP to fix bug in wpf that I used the DotPeek to decompilate the UWP ListView control but I got the result without source code.

How to get the uwp control's source code?

I use some tool software to decompilate the control of uwp but I cant get the source code.

What I want is I can get the source code that can run in VisualStudio or you can support me a site like https://referencesource.microsoft.com/ that can see some source code.

As we know, WPF cant do some thing well but UWP can that I want to learn it.


Solution

  • Update

    Now we can find some source code in Windows UI Library repo.