7 references to IsKeyboardMostRecentInputDevice
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1264ribbon._retainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
171RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
101_retainFocusOnDismiss = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
628group.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
463if (IsKeyboardMostRecentInputDevice())
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1091RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
185qat.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();