8 references to _toolToTip
System.Windows.Forms (8)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (8)
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)) 337_toolToTip[tool] = toolTip; 342_toolToTip.Remove(tool, toolTip); 347if (_currentTool is not null && _toolToTip[_currentTool] == sender)