Where to find all CommonStyles? #2081
-
|
Is there a list of all common styles? For example: And also their values? For example I want to learn which brushes are used in InfoBar, where can I find them? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Controls that are open source have styles in their folder here. Closed source are here.
Then you have |
Beta Was this translation helpful? Give feedback.
Controls that are open source have styles in their folder here.
Closed source are here.
*_V*.xamlfiles are older versions. Some style elements are in the*_themeresources.xamlfiles and the others in*.xamlfiles (example:InfoBar.xaml&InfoBar_themeresources.xaml).Then you have
Common_themeresources_any.xaml&Common_themeresources.xamlwhich are grab bags of common styles.