-
In older version I would use Blend and extract a copy of a default template, edit it and use. Now "Create a Copy" is disabled (tried Blend and VS2022). I found this page: https://learn.microsoft.com/en-us/dotnet/desktop/wpf/controls/control-styles-and-templates?view=netframeworkdesktop-4.8&viewFallbackFrom=netdesktop-7.0 But it is for .Net 4x and I dont really trust it would be 100% accurate - I need a definitive solution. Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Are you looking for src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.AeroLite/Themes/AeroLite.NormalColor.xaml? All the themes are there. |
Beta Was this translation helpful? Give feedback.
Are you looking for src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.AeroLite/Themes/AeroLite.NormalColor.xaml?
All the themes are there.