I have a custom Popup that overlays part of my screen. When it is open, I want to disable tabbing into the UserControl behind it. I do not want to use the IsEnabled
IsEnabled
Use the KeyboardNavigation.TabNavigation Attached Property with KeyboardNavigationMode.None on your container control.
KeyboardNavigation.TabNavigation="None"