Click here to Skip to main content
15,881,248 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Customize Collection Editor Item Pin
User 27100911-Jan-09 6:16
User 27100911-Jan-09 6:16 
QuestionConfigurable Image Rotator needs code review Pin
johnsontroye9-Jan-09 3:40
johnsontroye9-Jan-09 3:40 
QuestionWPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 3:25
Bex_30009-Jan-09 3:25 
AnswerRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 3:59
Jammer9-Jan-09 3:59 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 4:10
Bex_30009-Jan-09 4:10 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 4:32
Jammer9-Jan-09 4:32 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 4:51
Jammer9-Jan-09 4:51 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:08
Bex_30009-Jan-09 5:08 
That would be wonderful, thank you Smile | :)

So far I've created a new project in this solution named Styles which holds my style xaml files along with an App.xaml. This App.xaml I've got each of the style xaml files named under MergedDictionaries:

<ResourceDictionary><br />
            <ResourceDictionary.MergedDictionaries><br />
                <ResourceDictionary Source="Styles.xaml" /><br />
            </ResourceDictionary.MergedDictionaries><br />
        </ResourceDictionary>


Then in each of my other projects in the solution I've referenced the Styles project with a project Reference (the one in properties when you right-click on the project name)

Is that all I need to do - I'm trying to avoid touching the UIs themselves and I wasn't sure if you meant I need an App.xaml in each of the projects/dlls or if the project references are enough?

Thanks so much for your help!
Becky
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:21
Jammer9-Jan-09 5:21 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:29
Bex_30009-Jan-09 5:29 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:39
Jammer9-Jan-09 5:39 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
chefkokkie11-Feb-09 7:30
chefkokkie11-Feb-09 7:30 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:42
Jammer9-Jan-09 5:42 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:41
Bex_30009-Jan-09 5:41 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer9-Jan-09 5:43
Jammer9-Jan-09 5:43 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_30009-Jan-09 5:50
Bex_30009-Jan-09 5:50 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer10-Jan-09 5:54
Jammer10-Jan-09 5:54 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_300012-Jan-09 0:12
Bex_300012-Jan-09 0:12 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer12-Jan-09 22:42
Jammer12-Jan-09 22:42 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Bex_300012-Jan-09 23:47
Bex_300012-Jan-09 23:47 
GeneralRe: WPF Multiple Projects Resource Dictionary Pin
Jammer13-Jan-09 10:12
Jammer13-Jan-09 10:12 
QuestionMove a 3D object on screen. Pin
ParagGupta9-Jan-09 2:07
ParagGupta9-Jan-09 2:07 
QuestionTo format date in datagrid column in silverlight Pin
priyagee9-Jan-09 1:02
priyagee9-Jan-09 1:02 
AnswerRe: To format date in datagrid column in silverlight Pin
johnsontroye9-Jan-09 17:22
johnsontroye9-Jan-09 17:22 
GeneralRe: To format date in datagrid column in silverlight Pin
priyagee11-Jan-09 20:11
priyagee11-Jan-09 20:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.