4 writes to State
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
46
State
= KeyTipState.None;
1080
State
= KeyTipState.Pending;
1123
State
= KeyTipState.Enabled;
1249
State
= KeyTipState.None;
14 references to State
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (12)
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)
1114
if (
State
== KeyTipState.Pending)
1121
if (
State
== KeyTipState.Pending)
1156
if (
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))