13 references to Hashtable
mscorlib (4)
system\collections\hashtable.cs (4)
248
public Hashtable() :
this
(0, 1.0f) {
258
public Hashtable(int capacity) :
this
(capacity, 1.0f) {
315
public Hashtable(int capacity, float loadFactor, IHashCodeProvider hcp, IComparer comparer) :
this
(capacity, loadFactor) {
324
public Hashtable(int capacity, float loadFactor, IEqualityComparer equalityComparer) :
this
(capacity, loadFactor) {
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
149
_eventsTable = new
Hashtable
(20, .1f);
Core\CSharp\MS\Internal\Automation\EventPropertyMap.cs (1)
84
_propertyTable = new
Hashtable
(20, .1f);
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
844
private static Hashtable _classHandlers = new
Hashtable
(22, 1.0f);
848
private static Hashtable _imageOnlyHandlers = new
Hashtable
(0,1.0f);
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (5)
520
_objectIdWindow = new
Hashtable
(7, .1f);
531
_objectIdClient = new
Hashtable
(20, .1f);
557
_objectIdScroll = new
Hashtable
(3, .1f);
565
_objectIdCaret = new
Hashtable
(1, .1f);
571
_objectIdMenu = new
Hashtable
(1, .1f);