8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
157ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Controls\ListBox.cs (1)
581if (!KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\PopupControlService.cs (1)
174if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\Primitives\MenuBase.cs (1)
261if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Controls\ToolBar.cs (1)
278if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
System\Windows\Input\KeyboardNavigation.cs (2)
840if (!IsKeyboardMostRecentInputDevice()) 846if (AlwaysShowFocusVisual || IsKeyboardMostRecentInputDevice())
System\Windows\Window.cs (1)
5418if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())