10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
44State = KeyTipState.None; 682if (State != KeyTipState.None) 719if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 723else if (State != KeyTipState.None) 957if (State != KeyTipState.None) 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 ||