10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
44State = KeyTipState.None; 685if (State != KeyTipState.None) 722if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 726else if (State != KeyTipState.None) 958if (State != KeyTipState.None) 1154if (State != KeyTipState.None) 1247State = KeyTipState.None; 1378if (current.State != KeyTipState.None) 1486if (State == KeyTipState.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2389if (KeyTipService.Current.State == KeyTipService.KeyTipState.None ||