I\'ve met some issue with the visual appearance of my C#/XAML Metro-UI application. I want to customize default template. For another type of applications, I can take defaul
ThemeResources.xaml contains the resource dictionaries for the Dark (Default), Light and HighContrast themes while Generic.xaml contains the default styles and templates for most of the xaml controls.
I found it!
Folder c:\Program Files\Windows Kits\8.0\Include\winrt\xaml\design\ on my PC(x86) contains generic.xaml that has description of each default styles and controls.