19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
43
State =
KeyTipState
.None;
621
internal
KeyTipState
State
681
if (State !=
KeyTipState
.None)
718
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State ==
KeyTipState
.None)
722
else if (State !=
KeyTipState
.None)
769
if (State ==
KeyTipState
.Pending &&
796
if (State ==
KeyTipState
.Enabled)
840
if (State ==
KeyTipState
.Pending)
956
if (State !=
KeyTipState
.None)
1076
State =
KeyTipState
.Pending;
1109
if (State ==
KeyTipState
.Pending)
1116
if (State ==
KeyTipState
.Pending)
1118
State =
KeyTipState
.Enabled;
1151
if (State !=
KeyTipState
.None)
1241
State =
KeyTipState
.None;
1369
if (current.State !=
KeyTipState
.None)
1471
if (State ==
KeyTipState
.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2363
if (KeyTipService.Current.State == KeyTipService.
KeyTipState
.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1262
if (KeyTipService.Current.State != KeyTipService.
KeyTipState
.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))