Hello. I created a App.xaml file that has a defined <Application.Resources> tag and a set of < Style x:Key="baseStyle" TargetType="VisualElement" ... / > I get a xaml parser error anytime I try to referrence the key in a < ... Style={StaticResource baseStyle}" ... /> tag in a page. I've also tried referrencing them in a < ... BasedOn="..." ... /> tag and that doesnt work either. The parser error is that it cant resolve the key "baseStyle". Any suggestions?
code is attached