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