19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
44State = KeyTipState.None; 622internal KeyTipState State 682if (State != KeyTipState.None) 719if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 723else if (State != KeyTipState.None) 770if (State == KeyTipState.Pending && 797if (State == KeyTipState.Enabled) 841if (State == KeyTipState.Pending) 957if (State != KeyTipState.None) 1077State = KeyTipState.Pending; 1110if (State == KeyTipState.Pending) 1117if (State == KeyTipState.Pending) 1119State = KeyTipState.Enabled; 1152if (State != KeyTipState.None) 1242State = KeyTipState.None; 1370if (current.State != KeyTipState.None) 1472if (State == KeyTipState.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2364if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1263if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))