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