I have the following scenario:
- Create a new class library project called Lib1 1.1. Add a new control called control1, Themes/generic.xaml file and specify the default style of control1.
- Create a new class library project called lib2. 2.1.Add a new control called control2, Themes/generic.xaml file and specify the default style of control2. In the dafaultStyle of control2 I use control1.
My question is: Do I have to copy/paste the defaultStyle xaml of control1 into the generic.xaml of lib2, to use control1 with its style applied in control2?