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