8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
156
ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.
IsKeyboardMostRecentInputDevice
());
System\Windows\Controls\ListBox.cs (1)
580
if (!KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\PopupControlService.cs (1)
173
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\Primitives\MenuBase.cs (1)
260
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\ToolBar.cs (1)
277
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Input\KeyboardNavigation.cs (2)
838
if (!
IsKeyboardMostRecentInputDevice
())
844
if (AlwaysShowFocusVisual ||
IsKeyboardMostRecentInputDevice
())
System\Windows\Window.cs (1)
5417
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())