15 references to ArrowKeyControlNavigationScope
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (15)
1911
ArrowKeyControlNavigationScope
startingNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
1914
startingNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;
1918
startingNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2240
ArrowKeyControlNavigationScope
startingNavigationScope)
2255
ArrowKeyControlNavigationScope
currentNavigationScope = startingNavigationScope;
2262
case
ArrowKeyControlNavigationScope
.QuickAccessToolbar:
2281
currentNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
2290
currentNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2293
case
ArrowKeyControlNavigationScope
.TabHeaders:
2303
currentNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;
2315
currentNavigationScope =
ArrowKeyControlNavigationScope
.Tab;
2318
case
ArrowKeyControlNavigationScope
.Tab:
2339
currentNavigationScope =
ArrowKeyControlNavigationScope
.TabHeaders;
2350
currentNavigationScope =
ArrowKeyControlNavigationScope
.QuickAccessToolbar;