7 references to IsKeyboardMostRecentInputDevice
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1263ribbon._retainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
170RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
100_retainFocusOnDismiss = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
627group.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
462if (IsKeyboardMostRecentInputDevice())
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1090RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
184qat.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();