7 references to IsKeyboardMostRecentInputDevice
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1276ribbon._retainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
174RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonFilterMenuButton.cs (1)
103_retainFocusOnDismiss = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
634group.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
464if (IsKeyboardMostRecentInputDevice())
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1097RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
190qat.RetainFocusOnEscape = RibbonHelper.IsKeyboardMostRecentInputDevice();