8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
157ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Controls\ListBox.cs (1)
582if (!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)
839if (!IsKeyboardMostRecentInputDevice()) 845if (AlwaysShowFocusVisual || IsKeyboardMostRecentInputDevice())
System\Windows\Window.cs (1)
5440if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())