7 references to IsKeyboardMostRecentInputDevice
PresentationFramework (7)
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
169ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
src\Framework\System\Windows\Controls\ListBox.cs (1)
543if (!KeyboardNavigation.IsKeyboardMostRecentInputDevice())
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
272if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
src\Framework\System\Windows\Controls\ToolBar.cs (1)
288if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
902if (!IsKeyboardMostRecentInputDevice()) 908if (AlwaysShowFocusVisual || IsKeyboardMostRecentInputDevice())
src\Framework\System\Windows\Window.cs (1)
5660if (KeyboardNavigation.IsKeyboardMostRecentInputDevice())