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