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