Really quick one,
I have a small silverlight LOB application and in my App.xaml.cs i am adding an object to the app resources dictionary..
in C# I can access this in other classes by doing something like..
App.Current.Resources etc..
How would i access it in another xaml file?
i.e.
<TextBlock Text="{MyGlobalVariable}" />
Thanks
Daniel
Too slow guys.. Answered my own question,