19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
46State = KeyTipState.None; 627internal KeyTipState State 687if (State != KeyTipState.None) 724if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 728else if (State != KeyTipState.None) 775if (State == KeyTipState.Pending && 802if (State == KeyTipState.Enabled) 846if (State == KeyTipState.Pending) 960if (State != KeyTipState.None) 1080State = KeyTipState.Pending; 1114if (State == KeyTipState.Pending) 1121if (State == KeyTipState.Pending) 1123State = KeyTipState.Enabled; 1156if (State != KeyTipState.None) 1249State = KeyTipState.None; 1380if (current.State != KeyTipState.None) 1488if (State == KeyTipState.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2392if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1276if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))