Style checkit = (Style)this.FindResource(key); I am unable to compile as
this.FindResource does not seem to exist in the windows store app framework. Am I missing something ?
I have also tried:
(Style)(this.Resources["TitleText"]); //this.Resources does not exist