8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
165ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Controls\ListBox.cs (1)
588if (!KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\PopupControlService.cs (1)
184if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\Primitives\MenuBase.cs (1)
270if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\ToolBar.cs (1)
287if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Input\KeyboardNavigation.cs (2)
849if (!IsKeyboardMostRecentInputDevice()) 855if (AlwaysShowFocusVisual || IsKeyboardMostRecentInputDevice())
System\Windows\Window.cs (1)
5453if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())