15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1879ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1882startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1886startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2208ArrowKeyControlNavigationScope startingNavigationScope) 2223ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2230case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2249currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2258currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2261case ArrowKeyControlNavigationScope.TabHeaders: 2271currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2283currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2286case ArrowKeyControlNavigationScope.Tab: 2307currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2318currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;