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