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*.xaml
files are older versions. Some style elements are in the*_themeresources.xaml
files and the others in*.xaml
files (example:InfoBar.xaml
&InfoBar_themeresources.xaml
).Then you have
Common_themeresources_any.xaml
&Common_themeresources.xaml
which are grab bags of common styles.