9 references to Shown
System.Windows.Forms (7)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (7)
64
(SmState.
Shown
, SmEvent.FocusedTool) => _currentState, // unlikely: focus without leave
65
(SmState.
Shown
, SmEvent.LeftTool) => HideAndStartWaitingForRefocus(tool, tooltip),
66
(SmState.
Shown
, SmEvent.DismissTooltips) => FullFsmReset(),
203
return SmState.
Shown
;
218
return SmState.
Shown
;
283
if (_currentState != SmState.
Shown
|| _currentTool is null)
301
if (_currentState == SmState.
Shown
&& _currentTool is not null)
System.Windows.Forms.Tests (2)
KeyboardTooltipStateMachineTests.cs (2)
70
instance.TestAccessor().Dynamic._currentState = KeyboardToolTipStateMachine.SmState.
Shown
;
102
instance.TestAccessor().Dynamic._currentState = KeyboardToolTipStateMachine.SmState.
Shown
;