1 write to _refocusDelayExpirationCallback
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
173_refocusDelayExpirationCallback = expirationCallback = (object? toolObject) =>
1 reference to _refocusDelayExpirationCallback
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
175if (toolObject is not null && _currentState == SmState.WaitForRefocus && _refocusDelayExpirationCallback == expirationCallback)