Reputation: 722
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
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