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)
105return _toolToTip[sender] is not null; 262ToolTip? toolTip = _toolToTip[source]; 295ToolTip? currentToolTip = _toolToTip[_currentTool]; 310ToolTip? currentToolTip = _toolToTip[_currentTool]; 327if (toolTipToReset is null || (_currentTool is not null && _toolToTip[_currentTool] == toolTipToReset)) 347if (_currentTool is not null && _toolToTip[_currentTool] == sender)