2 references to lastFocusedTool
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
882this.lastFocusedTool.SetTarget(lastFocusedTool); 932if(this.lastFocusedTool.TryGetTarget(out tool) && tool != null) {