1 write to currentlyActiveTooltipItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4607
currentlyActiveTooltipItem
= item;
4 references to currentlyActiveTooltipItem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (4)
3412
if (e.Item ==
currentlyActiveTooltipItem
) {
4592
if (item !=
currentlyActiveTooltipItem
&& ToolTip != null) {
4610
if (
currentlyActiveTooltipItem
!= null && !GetToolStripState(STATE_DRAGGING)) {
4626
ToolTip.Show(
currentlyActiveTooltipItem
.ToolTipText,