4 writes to State
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (4)
44
State
= KeyTipState.None;
1078
State
= KeyTipState.Pending;
1121
State
= KeyTipState.Enabled;
1247
State
= KeyTipState.None;
14 references to State
System.Windows.Controls.Ribbon (14)
Microsoft\Windows\Controls\KeyTipService.cs (12)
685
if (
State
!= KeyTipState.None)
722
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) &&
State
== KeyTipState.None)
726
else if (
State
!= KeyTipState.None)
773
if (
State
== KeyTipState.Pending &&
800
if (
State
== KeyTipState.Enabled)
844
if (
State
== KeyTipState.Pending)
958
if (
State
!= KeyTipState.None)
1112
if (
State
== KeyTipState.Pending)
1119
if (
State
== KeyTipState.Pending)
1154
if (
State
!= KeyTipState.None)
1378
if (current.
State
!= KeyTipState.None)
1486
if (
State
== KeyTipState.None)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2389
if (KeyTipService.Current.
State
== KeyTipService.KeyTipState.None ||
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1271
if (KeyTipService.Current.
State
!= KeyTipService.KeyTipState.Enabled && ((e.SystemKey == Key.LeftAlt) || (e.SystemKey == Key.RightAlt))