10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
43State = KeyTipState.None; 681if (State != KeyTipState.None) 718if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 722else if (State != KeyTipState.None) 956if (State != KeyTipState.None) 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 ||