19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
43State = KeyTipState.None; 621internal KeyTipState State 681if (State != KeyTipState.None) 718if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 722else if (State != KeyTipState.None) 769if (State == KeyTipState.Pending && 796if (State == KeyTipState.Enabled) 840if (State == KeyTipState.Pending) 956if (State != KeyTipState.None) 1076State = KeyTipState.Pending; 1109if (State == KeyTipState.Pending) 1116if (State == KeyTipState.Pending) 1118State = KeyTipState.Enabled; 1151if (State != KeyTipState.None) 1241State = KeyTipState.None; 1369if (current.State != KeyTipState.None) 1471if (State == KeyTipState.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2363if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1262if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))