6 references to FocusedTool
System.Windows.Forms (6)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (6)
58(SmState.Hidden, SmEvent.FocusedTool) => SetupInitShowTimer(tool, tooltip), 60(SmState.ReadyForInitShow, SmEvent.FocusedTool) => _currentState, // unlikely: focus without leave 64(SmState.Shown, SmEvent.FocusedTool) => _currentState, // unlikely: focus without leave 68(SmState.WaitForRefocus, SmEvent.FocusedTool) => SetupReshowTimer(tool, tooltip), 72(SmState.ReadyForReshow, SmEvent.FocusedTool) => _currentState, // unlikely: focus without leave 123Transit(SmEvent.FocusedTool, sender);