10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
43
State = KeyTipState.
None
;
681
if (State != KeyTipState.
None
)
718
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.
None
)
722
else if (State != KeyTipState.
None
)
956
if (State != KeyTipState.
None
)
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
||