7 references to IsKeyboardMostRecentInputDevice
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1273ribbon._retainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
172RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
101_retainFocusOnDismiss = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
631group.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
459if (IsKeyboardMostRecentInputDevice())
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1094RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
185qat.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();