15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1885ArrowKeyControlNavigationScope startingNavigationScope = ArrowKeyControlNavigationScope.Tab; 1888startingNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 1892startingNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2214ArrowKeyControlNavigationScope startingNavigationScope) 2229ArrowKeyControlNavigationScope currentNavigationScope = startingNavigationScope; 2236case ArrowKeyControlNavigationScope.QuickAccessToolbar: 2255currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2264currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2267case ArrowKeyControlNavigationScope.TabHeaders: 2277currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar; 2289currentNavigationScope = ArrowKeyControlNavigationScope.Tab; 2292case ArrowKeyControlNavigationScope.Tab: 2313currentNavigationScope = ArrowKeyControlNavigationScope.TabHeaders; 2324currentNavigationScope = ArrowKeyControlNavigationScope.QuickAccessToolbar;