6 references to tools
System.Windows.Forms (6)
winforms\Managed\System\WinForms\StatusBar.cs (6)
1731
if (
tools
.ContainsKey(key)) {
1732
toRemove = (Tool)
tools
[key];
1759
tools
[key] = tool;
1762
tools
.Remove(key);
1773
return(Tool)
tools
[key];
1833
tools
.Clear();