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(), 203return SmState.Shown; 218return SmState.Shown; 283if (_currentState != SmState.Shown || _currentTool is null) 301if (_currentState == SmState.Shown && _currentTool is not null)
System.Windows.Forms.Tests (2)
KeyboardTooltipStateMachineTests.cs (2)
70instance.TestAccessor().Dynamic._currentState = KeyboardToolTipStateMachine.SmState.Shown; 102instance.TestAccessor().Dynamic._currentState = KeyboardToolTipStateMachine.SmState.Shown;