19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
46
State =
KeyTipState
.None;
627
internal
KeyTipState
State
687
if (State !=
KeyTipState
.None)
724
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State ==
KeyTipState
.None)
728
else if (State !=
KeyTipState
.None)
775
if (State ==
KeyTipState
.Pending &&
802
if (State ==
KeyTipState
.Enabled)
846
if (State ==
KeyTipState
.Pending)
960
if (State !=
KeyTipState
.None)
1080
State =
KeyTipState
.Pending;
1114
if (State ==
KeyTipState
.Pending)
1121
if (State ==
KeyTipState
.Pending)
1123
State =
KeyTipState
.Enabled;
1156
if (State !=
KeyTipState
.None)
1249
State =
KeyTipState
.None;
1380
if (current.State !=
KeyTipState
.None)
1488
if (State ==
KeyTipState
.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2392
if (KeyTipService.Current.State == KeyTipService.
KeyTipState
.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1276
if (KeyTipService.Current.State != KeyTipService.
KeyTipState
.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))