示例#1
0
 /// <summary>
 /// Event trigger to move to the settings button once we move past the toggles
 /// </summary>
 private void LostKeyboardFocus_Event_Popup(object sender, KeyboardFocusChangedEventArgs e)
 {
     SettingsButton.Focus();
 }