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
And to access it programatically in C# you can do this:
((App)Application.Current).YourMethod ((App)Application.Current).YourProperty