Generic.xaml location
-
I have a folder structure like this....
Project
FolderA
SubFolderAA
Themes
Generic.xaml
ControlAA1.cs
ControlAA2.cs
SubFolderAB
Themes
Generic.xaml
ControlAB1.cs
FolderB
FolderCI have recently added the folder SubFolderAB and control ControlAB1.cs with a Themes/Generic.xaml file. My control in ControlAB1.cs cannot locate the theme in the new Generic.xaml unless I move the Themes/Generic.xaml to the Project root folder (Project/Themes/Generic.xaml). The controls and styles in SubFolderAA are unaffected by any of this. What could be causing this behaviour?
modified on Sunday, November 22, 2009 4:48 AM
-
I have a folder structure like this....
Project
FolderA
SubFolderAA
Themes
Generic.xaml
ControlAA1.cs
ControlAA2.cs
SubFolderAB
Themes
Generic.xaml
ControlAB1.cs
FolderB
FolderCI have recently added the folder SubFolderAB and control ControlAB1.cs with a Themes/Generic.xaml file. My control in ControlAB1.cs cannot locate the theme in the new Generic.xaml unless I move the Themes/Generic.xaml to the Project root folder (Project/Themes/Generic.xaml). The controls and styles in SubFolderAA are unaffected by any of this. What could be causing this behaviour?
modified on Sunday, November 22, 2009 4:48 AM
What is so special about generic.xaml?[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
What is so special about generic.xaml?[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: