8 references to _toolToTip
System.Windows.Forms (8)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (8)
104return _toolToTip[sender] is not null; 255ToolTip? toolTip = _toolToTip[source]; 288ToolTip? currentToolTip = _toolToTip[_currentTool]; 303ToolTip? currentToolTip = _toolToTip[_currentTool]; 320if (toolTipToReset is null || (_currentTool is not null && _toolToTip[_currentTool] == toolTipToReset)) 330_toolToTip[tool] = toolTip; 335_toolToTip.Remove(tool, toolTip); 340if (_currentTool is not null && _toolToTip[_currentTool] == sender)