3 references to Enabled
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\KeyTipService.cs (2)
802
if (State == KeyTipState.
Enabled
)
1123
State = KeyTipState.
Enabled
;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1276
if (KeyTipService.Current.State != KeyTipService.KeyTipState.
Enabled
&& ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))