15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1911ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1914startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1918startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2240ArrowKeyControlNavigationScope startingNavigationScope) 2255ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2262case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2281currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2290currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2293case ArrowKeyControlNavigationScope.TabHeaders: 2303currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2315currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2318case ArrowKeyControlNavigationScope.Tab: 2339currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2350currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;