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