Where do i find the staticresources defined? I have a textbox that has the following style:
Style="{StaticResource PhoneTextTitle1Style}"
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are some lists online – e.g. http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769552%28v=vs.105%29.aspx
If you want to see the Xaml, then take a look in your wp7 sdk directory – e.g. In c:/program files x86/Microsoft sdks/windowsphone/7.1/design – you’ll find theme resource Xaml files in there which define all the platform common styles for each colour scheme (dark and light)