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)
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))
340
if (_currentTool is not null && _toolToTip
[
_currentTool] == sender)