It is a file used in WPF/SilverLight applications. Its settings affect the different .xaml pages.
It is used for these reasons
: 1) Provides a startup URI in WPF or specify the startup page in SilverLight applications 2)Define event handlers like Application_Error, Application_Startup wherever needed. 3)Define global styles inside the resources tag 4)Define properties that can then be used for data passing between .xaml pages.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Its settings affect the different .xaml pages. It is used for these reasons :
1) Provides a startup URI in WPF or specify the startup page in SilverLight applications
2)Define event handlers like Application_Error, Application_Startup wherever needed.
3)Define global styles inside the resources tag
4)Define properties that can then be used for data passing between .xaml pages.