10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
44
State = KeyTipState.
None
;
685
if (State != KeyTipState.
None
)
722
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.
None
)
726
else if (State != KeyTipState.
None
)
958
if (State != KeyTipState.
None
)
1154
if (State != KeyTipState.
None
)
1247
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
||