12 references to Hashtable
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (4)
235
public Hashtable() :
this
(0, 1.0f)
246
public Hashtable(int capacity) :
this
(capacity, 1.0f)
284
public Hashtable(int capacity, float loadFactor, IEqualityComparer? equalityComparer) :
this
(capacity, loadFactor)
338
:
this
(capacity, loadFactor)
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
826
private static Hashtable _classHandlers = new
Hashtable
(22, 1.0f);
830
private 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)
263
private static Hashtable _idTable = new
Hashtable
(200,1.0f);