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