15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1914ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1917startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1921startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2243ArrowKeyControlNavigationScope startingNavigationScope) 2258ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2265case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2284currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2293currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2296case ArrowKeyControlNavigationScope.TabHeaders: 2306currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2318currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2321case ArrowKeyControlNavigationScope.Tab: 2342currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2353currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;