4 writes to State
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
46State = KeyTipState.None; 1080State = KeyTipState.Pending; 1123State = KeyTipState.Enabled; 1249State = KeyTipState.None;
14 references to State
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (12)
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) 1114if (State == KeyTipState.Pending) 1121if (State == KeyTipState.Pending) 1156if (State != 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))