8 references to IsKeyboardMostRecentInputDevice
PresentationFramework (8)
System\Windows\Controls\ContextMenu.cs (1)
165
ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.
IsKeyboardMostRecentInputDevice
());
System\Windows\Controls\ListBox.cs (1)
588
if (!KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\PopupControlService.cs (1)
184
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\Primitives\MenuBase.cs (1)
270
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Controls\ToolBar.cs (1)
287
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())
System\Windows\Input\KeyboardNavigation.cs (2)
849
if (!
IsKeyboardMostRecentInputDevice
())
855
if (AlwaysShowFocusVisual ||
IsKeyboardMostRecentInputDevice
())
System\Windows\Window.cs (1)
5453
if (KeyboardNavigation.
IsKeyboardMostRecentInputDevice
())