15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1886ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1889startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1893startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2215ArrowKeyControlNavigationScope startingNavigationScope) 2230ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2237case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2256currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2265currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2268case ArrowKeyControlNavigationScope.TabHeaders: 2278currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2290currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2293case ArrowKeyControlNavigationScope.Tab: 2314currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2325currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;