32 references to tools
System.Windows.Forms (32)
winforms\Managed\System\WinForms\ToolTip.cs (32)
181return ((TipInfo)this.tools[tool])?.Caption; 360TipInfo tt = (TipInfo)tools[windowControl]; 363tools.Remove(windowControl); 591Control[] regions = new Control[tools.Keys.Count]; 592tools.Keys.CopyTo(regions, 0); 942Control[] ctls = new Control[tools.Keys.Count]; 943tools.Keys.CopyTo(ctls, 0); 955Control[] ctls = new Control[tools.Keys.Count]; 956tools.Keys.CopyTo(ctls, 0); 1238TipInfo tt = (TipInfo)tools[control]; 1263if (currentControl != null && tools != null && tools.ContainsKey(currentControl)) 1360Control[] regions = new Control[tools.Keys.Count]; 1361tools.Keys.CopyTo(regions, 0); 1375tools.Clear(); 1446if (tools.ContainsKey(control)) { 1455tools.Remove(control); 1458tools[control] = info; 1590TipInfo tt = (TipInfo)tools[associatedControl]; 1770TipInfo tipInfo = (TipInfo)(tools[tool] ?? tools[tool.GetOwnerWindow()]); 1972if (tools.ContainsKey(tool)) { 2011if (tool != null && tools.ContainsKey(tool)) { 2029TipInfo tt = (TipInfo)tools[tool]; 2038tools[tool] = tt; 2053TipInfo tt = (TipInfo)tools[tool]; 2062tools[tool] = tt; 2201TipInfo tt = (TipInfo)tools[win]; 2415tt = (TipInfo)tools[win]; 2507TipInfo tt = (TipInfo)tools[win]; 2524tools.Remove(control); 2541tools[control] = tt;