I have a Property in my App.xaml.cs called User that holds the User details. I have read here that you can\'t have a dependency property on the App
Property
User
You can bind declaratively in Silverlight to Application.Current by using a custom converter.
See my blog post here