15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1886
ArrowKeyControlNavigationScope
startingNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
1889
startingNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;
1893
startingNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2215
ArrowKeyControlNavigationScope
startingNavigationScope)
2230
ArrowKeyControlNavigationScope
currentNavigationScope = startingNavigationScope;
2237
case
ArrowKeyControlNavigationScope
.QuickAccessToolbar:
2256
currentNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
2265
currentNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2268
case
ArrowKeyControlNavigationScope
.TabHeaders:
2278
currentNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;
2290
currentNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
2293
case
ArrowKeyControlNavigationScope
.Tab:
2314
currentNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2325
currentNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;