Where can I find the default control templates for UWP controls?

Viewed 252

I want to modify a Button control slightly (add a description). Where can I find the default control templates for UWP controls?

1 Answers

It would appear that they can be found at:

C:\Program Files (x86)\Windows Kits\10\DesignTime\CommonConfiguration\Neutral\UAP\10.0.18362.0\Generic

Related