12 references to Hashtable
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
235public Hashtable() : this(0, 1.0f) 246public Hashtable(int capacity) : this(capacity, 1.0f) 284public Hashtable(int capacity, float loadFactor, IEqualityComparer? equalityComparer) : this(capacity, loadFactor) 338: this(capacity, loadFactor)
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
826private static Hashtable _classHandlers = new Hashtable(22, 1.0f); 830private static Hashtable _imageOnlyHandlers = new Hashtable(0,1.0f);
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (5)
506_objectIdWindow = new Hashtable(7, .1f); 517_objectIdClient = new Hashtable(20, .1f); 543_objectIdScroll = new Hashtable(3, .1f); 551_objectIdCaret = new Hashtable(1, .1f); 557_objectIdMenu = new Hashtable(1, .1f);
UIAutomationTypes (1)
System\Windows\Automation\AutomationIdentifier.cs (1)
263private static Hashtable _idTable = new Hashtable(200,1.0f);