10 references to None
System.Windows.Controls.Ribbon (10)
Microsoft\Windows\Controls\KeyTipService.cs (9)
44
State = KeyTipState.
None
;
682
if (State != KeyTipState.
None
)
719
if (!keyArgs.Handled && IsKeyTipKey(keyArgs) && State == KeyTipState.
None
)
723
else if (State != KeyTipState.
None
)
957
if (State != KeyTipState.
None
)
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
||