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