8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
156ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Controls\ListBox.cs (1)
580if (!KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\PopupControlService.cs (1)
173if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\Primitives\MenuBase.cs (1)
260if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\ToolBar.cs (1)
277if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Input\KeyboardNavigation.cs (2)
838if (!IsKeyboardMostRecentInputDevice()) 844if (AlwaysShowFocusVisual || IsKeyboardMostRecentInputDevice())
System\Windows\Window.cs (1)
5417if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())