19 references to KeyTipState
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipService.cs (17)
44
State =
KeyTipState
.None;
622
internal
KeyTipState
State
682
if (State !=
KeyTipState
.None)
719
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State ==
KeyTipState
.None)
723
else if (State !=
KeyTipState
.None)
770
if (State ==
KeyTipState
.Pending &&
797
if (State ==
KeyTipState
.Enabled)
841
if (State ==
KeyTipState
.Pending)
957
if (State !=
KeyTipState
.None)
1077
State =
KeyTipState
.Pending;
1110
if (State ==
KeyTipState
.Pending)
1117
if (State ==
KeyTipState
.Pending)
1119
State =
KeyTipState
.Enabled;
1152
if (State !=
KeyTipState
.None)
1242
State =
KeyTipState
.None;
1370
if (current.State !=
KeyTipState
.None)
1472
if (State ==
KeyTipState
.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2364
if (KeyTipService.Current.State == KeyTipService.
KeyTipState
.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1263
if (KeyTipService.Current.State != KeyTipService.
KeyTipState
.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))