I have an image that when the "PointerPressed" event occurs it calls SettingsPane::Show(). So it could be the case that the image that calls this is the focus. Any way to check?
EDIT: Just put a breakpoint in my code at the only point that Show is called and it never hit it, but the pane still showed up.
EDIT2: A little more testing. I noticed that when the settings showed up, the "More settings" was highlighted. So I decided to press the Tab key once, and then press the Spacebar and it didn't happen. Is there a way to set the first tab position on the tab
queue? Or a reason that the Settings pane is the first on the tab queue when I open my app?