1 write to
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
337
_toolToTip
[
tool] = toolTip;
6 references to
System.Windows.Forms (6)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (6)
105
return _toolToTip
[
sender] is not null;
262
ToolTip? toolTip = _toolToTip
[
source];
295
ToolTip? currentToolTip = _toolToTip
[
_currentTool];
310
ToolTip? currentToolTip = _toolToTip
[
_currentTool];
327
if (toolTipToReset is null || (_currentTool is not null && _toolToTip
[
_currentTool] == toolTipToReset))
347
if (_currentTool is not null && _toolToTip
[
_currentTool] == sender)