4 writes to State
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
44State = KeyTipState.None; 1078State = KeyTipState.Pending; 1121State = KeyTipState.Enabled; 1247State = KeyTipState.None;
14 references to State
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (12)
685if (State != KeyTipState.None) 722if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.None) 726else if (State != KeyTipState.None) 773if (State == KeyTipState.Pending && 800if (State == KeyTipState.Enabled) 844if (State == KeyTipState.Pending) 958if (State != KeyTipState.None) 1112if (State == KeyTipState.Pending) 1119if (State == KeyTipState.Pending) 1154if (State != 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 ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1271if (KeyTipService.Current.State != KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))