Deani Hansen
Deani Hansen

Reputation: 722

Where can I find Generic.xaml for universal apps

I'm looking for the complete Generic.xaml for Universal apps.

Currently I've located these two on my PC for Windows Phone 8.1 and Windows Store 8.1:

C:\Program Files (x86)\Windows Phone Kits\8.1\Include\abi\Xaml\Design\Generic.xaml
C:\Program Files (x86)\Windows Kits\8.1\Include\winrt\xaml\design\Generic.xaml

Can someone point me in the right direction with where to find the shared generic.xaml and maybe even some documentation on MSDN on this?

Upvotes: 1

Views: 1643

Answers (1)

Deani Hansen
Deani Hansen

Reputation: 722

Answer: The files referred above is actually the ones used by Universal apps for standard styling. However it's important to note that these can't be overwritten by using a modified version of the file included in the project in a folder named themes, nor by creating a normal resourcedictionary and here in create resources using the same key.

Upvotes: 1

Related Questions