1 write to
System.Windows.Forms (1)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (1)
330_toolToTip[tool] = toolTip;
6 references to
System.Windows.Forms (6)
System\Windows\Forms\ToolTip\KeyboardToolTipStateMachine.cs (6)
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)) 340if (_currentTool is not null && _toolToTip[_currentTool] == sender)