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