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)
175
if (toolObject is not null && _currentState == SmState.WaitForRefocus &&
_refocusDelayExpirationCallback
== expirationCallback)