15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1873ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1876startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1880startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2202ArrowKeyControlNavigationScope startingNavigationScope) 2217ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2224case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2243currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2252currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2255case ArrowKeyControlNavigationScope.TabHeaders: 2265currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2277currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2280case ArrowKeyControlNavigationScope.Tab: 2301currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2312currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;