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