1 write to _currentlyActiveTooltipItem
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4501
_currentlyActiveTooltipItem
= item;
5 references to _currentlyActiveTooltipItem
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (5)
3241
if (e.Item ==
_currentlyActiveTooltipItem
)
4491
if (!ShowItemToolTips || (item ==
_currentlyActiveTooltipItem
&& !refresh) || ToolTip is null)
4496
if (item !=
_currentlyActiveTooltipItem
)
4505
if (
_currentlyActiveTooltipItem
is not null && !GetToolStripState(STATE_DRAGGING) && Cursor.Current is { } currentCursor)
4513
_currentlyActiveTooltipItem
.ToolTipText,