Implemented interface member:
method
Add
System.Collections.IDictionary.Add(System.Object, System.Object)
2 overrides of Add
mscorlib (1)
system\collections\hashtable.cs (1)
1450public override void Add(Object key, Object value) {
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
989public override void Add(object key, object value)
999 references to Add
mscorlib (40)
system\collections\dictionarybase.cs (2)
109InnerHashtable.Add(key, value); 136InnerHashtable.Add(key, temp);
system\collections\hashtable.cs (3)
382while (e.MoveNext()) Add(e.Key, e.Value); 392while (e.MoveNext()) Add(e.Key, e.Value); 1452_table.Add(key, value);
system\currenttimezone.cs (2)
200m_CachedDaylightChanges.Add(objYear, new DaylightTime(DateTime.MinValue, DateTime.MinValue, TimeSpan.Zero)); 223m_CachedDaylightChanges.Add(objYear, currentDaylightChanges);
system\diagnostics\logswitch.cs (2)
52Log.m_Hashtable.Add (strName, this); 71Log.m_Hashtable.Add (strName, this);
system\environment.cs (1)
850table.Add(name, value);
system\resources\resourcemanager.cs (1)
1595satelliteInfo.Add(assemblyName, satellites);
system\resources\resourceset.cs (2)
289Table.Add(en.Key, value); 328caseTable.Add(en.Key, en.Value);
system\runtime\remoting\activationservices.cs (1)
434_proxyTable.Add(serverType, pa);
system\runtime\remoting\channelservices.cs (1)
422table.Add(urls[j], urls[j]);
system\runtime\remoting\configuration.cs (6)
1309_exportableClasses.Add(key, aste); 1399_remoteAppInfo.Add(appUrl, appEntry); 1408_remoteTypeInfo.Add(index, entry); 1442_remoteAppInfo.Add(appUrl, appEntry); 1450_remoteTypeInfo.Add(index, entry); 1489_wellKnownExportInfo.Add(key, entry);
system\runtime\remoting\identityholder.cs (1)
649URITable.Add(uriKey, addMe);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (2)
286objectMapTable.Add(objectName, new ObjectMapInfo(objectId, numMembers, memberNames, memberTypes)); 317objectMapTable.Add(objectName, new ObjectMapInfo(objectId, numMembers, memberNames, memberTypes));
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (2)
330serObjectInfoInit.seenBeforeTable.Add(objectType, cache); 358serObjectInfoInit.seenBeforeTable.Add(objectType, cache);
system\runtime\serialization\surrogateselector.cs (1)
44m_surrogates.Add(key, surrogate); // Hashtable does duplicate checking.
system\security\permissiontoken.cs (7)
376m_handleTable.Add(typePtr, tok); 436m_tokenTable.Add(typeStr, tok); 437m_indexTable.Add(m_index - 1, tok); 442m_handleTable.Add( typePtr, tok ); 450m_handleTable.Add( typePtr, tok ); 499m_tokenTable.Add(typeStr, tok); 500m_indexTable.Add(m_index - 1, tok);
system\security\policy\policylevel.cs (4)
575classes.Add(name, description); 1308classes.Add(className, type.Name); 1312classes.Add(className, type.FullName); 1316classes.Add(className, type.AssemblyQualifiedName);
system\security\securityelement.cs (1)
180hashtable.Add( m_lAttributes[i], m_lAttributes[i+1]);
system\text\encoding.cs (1)
549encodings.Add(codepage, result);
PresentationBuildTasks (9)
Framework\System\Windows\Markup\BamlMapTable.cs (5)
1065ObjectHashTable.Add(key, bamlAssemblyInfoRecord); 1094ObjectHashTable.Add(key,bamlAssemblyInfoRecord); 1265ObjectHashTable.Add(key,bamlTypeInfoRecord); 1373ObjectHashTable.Add(key, bamlAttributeInfoRecord); 1488ObjectHashTable.Add(stringValue, stringInfo);
Framework\System\Windows\Markup\XamlTypeMapper.cs (4)
3563_namespaceMapHashList.Add(xmlNamespace,namespaceMaps); 4130_namespaceMapHashList.Add(XamlReaderHelper.DefaultNamespaceURI, defaultNsMaps); 4134_namespaceMapHashList.Add(XamlReaderHelper.DefinitionNamespaceURI, definitionNsMaps); 4138_namespaceMapHashList.Add(XamlReaderHelper.DefinitionMetroNamespaceURI, definitionMetroNsMaps);
PresentationCore (6)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1825ht.Add(oldChildren[i], null);
Core\CSharp\System\Windows\Media\UniqueEventHelper.cs (2)
36_htDelegates.Add(handler, 1); 147_htDelegates.Add(handler, 1);
Core\CSharp\System\Windows\UIElement.cs (3)
398list.Add(cachedLayoutUpdatedHandler, cachedLayoutUpdatedItems); 401list.Add(handler, item); 409list.Add(handler, item);
PresentationFramework (84)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
124_ZLevel.Add(type, level); 140_ZRanges.Add(level, new ZRange(min, max));
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
632_documentHandlers.Add(_selection, componentsRegister);
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
723base.Add(new Key(sourceType, targetType, targetToSource), value);
src\Framework\MS\Internal\Documents\PageCache.cs (1)
974_table.Add(page, false);
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
173_uidToBamlNodeIndexMap.Add(key.Uid, i); 177_keyToBamlNodeIndexMap.Add(key, i); 356_classNameToAssemblyIndex.Add(className, index);
src\Framework\MS\Internal\IO\Packaging\initElementDictionary.cs (21)
45_xamlElementContentDescriptorDictionary.Add( 54_xamlElementContentDescriptorDictionary.Add( 69_xamlElementContentDescriptorDictionary.Add( 110_xamlElementContentDescriptorDictionary.Add( 113_xamlElementContentDescriptorDictionary.Add( 118_xamlElementContentDescriptorDictionary.Add( 130_xamlElementContentDescriptorDictionary.Add( 135_xamlElementContentDescriptorDictionary.Add( 146_xamlElementContentDescriptorDictionary.Add( 171_xamlElementContentDescriptorDictionary.Add( 190_xamlElementContentDescriptorDictionary.Add( 201_xamlElementContentDescriptorDictionary.Add( 204_xamlElementContentDescriptorDictionary.Add( 212_xamlElementContentDescriptorDictionary.Add( 223_xamlElementContentDescriptorDictionary.Add( 233_xamlElementContentDescriptorDictionary.Add( 245_xamlElementContentDescriptorDictionary.Add( 251_xamlElementContentDescriptorDictionary.Add( 258_xamlElementContentDescriptorDictionary.Add( 267_xamlElementContentDescriptorDictionary.Add( 276_xamlElementContentDescriptorDictionary.Add(
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
614_xamlElementContentDescriptorDictionary.Add(elementFullName, elementDescriptor);
src\Framework\MS\Internal\LayoutDump.cs (2)
158_elementToDumpHandler.Add(type, dumper); 166_documentPageToDumpHandler.Add(type, dumper);
src\Framework\System\Windows\Automation\Peers\GridViewItemAutomationPeer.cs (1)
90_dataChildren.Add(ele, peer);
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (30)
55_textPatternAttributes.Add( 66_textPatternAttributes.Add( 76_textPatternAttributes.Add( 115_textPatternAttributes.Add( 154_textPatternAttributes.Add( 166_textPatternAttributes.Add( 176_textPatternAttributes.Add( 186_textPatternAttributes.Add( 197_textPatternAttributes.Add( 207_textPatternAttributes.Add( 235_textPatternAttributes.Add( 245_textPatternAttributes.Add( 256_textPatternAttributes.Add( 267_textPatternAttributes.Add( 274_textPatternAttributes.Add( 286_textPatternAttributes.Add( 301_textPatternAttributes.Add( 312_textPatternAttributes.Add( 323_textPatternAttributes.Add( 334_textPatternAttributes.Add( 345_textPatternAttributes.Add( 356_textPatternAttributes.Add( 367_textPatternAttributes.Add( 374_textPatternAttributes.Add( 385_textPatternAttributes.Add( 396_textPatternAttributes.Add( 407_textPatternAttributes.Add( 418_textPatternAttributes.Add( 440_textPatternAttributes.Add( 451_textPatternAttributes.Add(
src\Framework\System\Windows\Documents\FixedFlowMap.cs (1)
404_mapping.Add(fn, entry);
src\Framework\System\Windows\Documents\RtfToXamlLexer.cs (1)
566_rtfControlTable.Add(controlWordInfoTable[i].ControlName, controlWordInfoTable[i]);
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (1)
3829_fontMappings.Add(keyname, rhs_name);
src\Framework\System\Windows\Documents\XPSS0ValidatingLoader.cs (4)
121validResources.Add(absTargetUri, true); 128validResources.Add(absTargetUri, false); 190_uniqueUriRef.Add(uri, node); 205validResources.Add(uri, validResources[resUri]);
src\Framework\System\Windows\Markup\BamlMapTable.cs (10)
394ObjectHashTable.Add(key, info); 406ObjectHashTable.Add(key, info); 566ConverterCache.Add(propType, tc); 577ConverterCache.Add(propType, tc); 588ConverterCache.Add(typeId, tc); 615ConverterCache.Add(t, tc); 1094ObjectHashTable.Add(key,bamlAssemblyInfoRecord); 1265ObjectHashTable.Add(key,bamlTypeInfoRecord); 1373ObjectHashTable.Add(key, bamlAttributeInfoRecord); 1488ObjectHashTable.Add(stringValue, stringInfo);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
3563_namespaceMapHashList.Add(xmlNamespace,namespaceMaps);
src\Framework\System\Windows\Markup\XamlTypeMapperSchemaContext.cs (1)
403hashtable.Add(key, list);
src\Framework\System\Windows\ResourceDictionary.cs (2)
652_baseDictionary.Add(key, value); 1236_baseDictionary.Add(value, keyRecord);
SMSvcHost (1)
System\ServiceModel\Activation\TransportListener.cs (1)
192tcpInstances.Add(endPoint, t);
System (49)
compmod\system\codedom\compiler\TempFiles.cs (2)
134files.Add(fileName, (object)keepFile); 234files.Add(tempFileName, keepFiles);
compmod\system\collections\specialized\hybriddictionary.cs (3)
139newTable.Add(en.Key, en.Value); 233hashtable.Add(key, value); 242hashtable.Add(key, value);
compmod\system\collections\specialized\nameobjectcollectionbase.cs (1)
332_entriesTable.Add(name, entry);
compmod\system\collections\specialized\ordereddictionary.cs (3)
209objectsTable.Add(key, value); 272objectsTable.Add(key, value); 300objectsTable.Add(entry.Key, entry.Value);
compmod\system\collections\specialized\stringdictionary.cs (1)
121contents.Add(key.ToLower(CultureInfo.InvariantCulture), value);
compmod\system\collections\specialized\stringdictionarywithcomparer.cs (1)
52contents.Add(key, value);
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
262Attributes.Add(name, value);
compmod\system\diagnostics\SourceElementsCollection.cs (1)
126Attributes.Add(name, value);
compmod\system\diagnostics\SwitchElementsCollection.cs (1)
81Attributes.Add(name, value);
net\System\Net\_AutoWebProxyScriptWrapper.cs (1)
626s_AppDomains.Add(appDomainIndex, s_ExcessAppDomain);
net\System\Net\_SpnDictionary.cs (1)
135m_SyncTable.Add(key, new SpnToken(value));
net\System\Net\CredentialCache.cs (2)
82cache.Add(key, cred); 125cacheForHosts.Add(key, credential);
net\System\Net\UnsafeNativeMethods.cs (1)
2794m_Hashtable.Add(m_Strings[i], i);
regex\system\text\regularexpressions\RegexParser.cs (2)
1613_caps.Add(i, pos); 1639_capnames.Add(name, pos);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (1)
367h.Add(counterData[i].CounterName, String.Empty);
services\monitoring\system\diagnosticts\ProcessManager.cs (22)
378processInfos.Add(processInfo.processId, processInfo); 483valueIds.Add("Handle Count", ValueId.HandleCount); 484valueIds.Add("Pool Paged Bytes", ValueId.PoolPagedBytes); 485valueIds.Add("Pool Nonpaged Bytes", ValueId.PoolNonpagedBytes); 486valueIds.Add("Elapsed Time", ValueId.ElapsedTime); 487valueIds.Add("Virtual Bytes Peak", ValueId.VirtualBytesPeak); 488valueIds.Add("Virtual Bytes", ValueId.VirtualBytes); 489valueIds.Add("Private Bytes", ValueId.PrivateBytes); 490valueIds.Add("Page File Bytes", ValueId.PageFileBytes); 491valueIds.Add("Page File Bytes Peak", ValueId.PageFileBytesPeak); 492valueIds.Add("Working Set Peak", ValueId.WorkingSetPeak); 493valueIds.Add("Working Set", ValueId.WorkingSet); 494valueIds.Add("ID Thread", ValueId.ThreadId); 495valueIds.Add("ID Process", ValueId.ProcessId); 496valueIds.Add("Priority Base", ValueId.BasePriority); 497valueIds.Add("Priority Current", ValueId.CurrentPriority); 498valueIds.Add("% User Time", ValueId.UserTime); 499valueIds.Add("% Privileged Time", ValueId.PrivilegedTime); 500valueIds.Add("Start Address", ValueId.StartAddress); 501valueIds.Add("Thread State", ValueId.ThreadState); 502valueIds.Add("Thread Wait Reason", ValueId.ThreadWaitReason); 858processInfos.Add(processInfo.processId, processInfo);
sys\system\configuration\ApplicationSettingsBase.cs (2)
463sp.Attributes.Add(attr.GetType(), attr); 577_init.Attributes.Add(attr.GetType(), attr);
sys\system\configuration\SettingsPropertyCollection.cs (2)
42_Hashtable.Add(property.Name, property); 67_Hashtable.Add(name, toRemove);
sys\system\configuration\SettingsPropertyValueCollection.cs (1)
49_Indices.Add(property.Name, pos);
System.Activities (1)
System\Activities\Validation\ValidationHelper.cs (1)
205keysVisited.Add(equivalentGroups[i], null);
System.Configuration (8)
System\Configuration\BaseConfigurationRecord.cs (2)
3726_sectionRecords.Add(configKey, sectionRecord); 4038_children.Add(configName, child);
System\Configuration\MgmtConfigurationRecord.cs (4)
787_sectionFactories.Add(configKey, new FactoryId(configKey, group, name)); 914RemovedSections.Add(configKey, configKey); 968_sectionGroupFactories.Add(configKey, new FactoryId(configKey, group, name)); 1112RemovedSectionGroups.Add(descendent.ConfigKey, descendent.ConfigKey);
System\Configuration\ProviderCollection.cs (1)
41_Hashtable.Add(provider.Name, provider);
System\Configuration\SectionUpdates.cs (1)
94sectionUpdates._sections.Add(update.ConfigKey, update);
System.Data (135)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (41)
93ht.Add( typeof( System.Boolean ), ExtendedClrTypeCode.Boolean ); 94ht.Add( typeof( System.Byte ), ExtendedClrTypeCode.Byte ); 95ht.Add( typeof( System.Char ), ExtendedClrTypeCode.Char ); 96ht.Add( typeof( System.DateTime ), ExtendedClrTypeCode.DateTime ); 97ht.Add( typeof( System.DBNull ), ExtendedClrTypeCode.DBNull ); 98ht.Add( typeof( System.Decimal ), ExtendedClrTypeCode.Decimal ); 99ht.Add( typeof( System.Double ), ExtendedClrTypeCode.Double ); 101ht.Add( typeof( System.Int16 ), ExtendedClrTypeCode.Int16 ); 102ht.Add( typeof( System.Int32 ), ExtendedClrTypeCode.Int32 ); 103ht.Add( typeof( System.Int64 ), ExtendedClrTypeCode.Int64 ); 104ht.Add( typeof( System.SByte ), ExtendedClrTypeCode.SByte ); 105ht.Add( typeof( System.Single ), ExtendedClrTypeCode.Single ); 106ht.Add( typeof( System.String ), ExtendedClrTypeCode.String ); 107ht.Add( typeof( System.UInt16 ), ExtendedClrTypeCode.UInt16 ); 108ht.Add( typeof( System.UInt32 ), ExtendedClrTypeCode.UInt32 ); 109ht.Add( typeof( System.UInt64 ), ExtendedClrTypeCode.UInt64 ); 110ht.Add( typeof( System.Object ), ExtendedClrTypeCode.Object ); 111ht.Add( typeof( System.Byte[] ), ExtendedClrTypeCode.ByteArray ); 112ht.Add( typeof( System.Char[] ), ExtendedClrTypeCode.CharArray ); 113ht.Add( typeof( System.Guid ), ExtendedClrTypeCode.Guid ); 114ht.Add( typeof( SqlBinary ), ExtendedClrTypeCode.SqlBinary ); 115ht.Add( typeof( SqlBoolean ), ExtendedClrTypeCode.SqlBoolean ); 116ht.Add( typeof( SqlByte ), ExtendedClrTypeCode.SqlByte ); 117ht.Add( typeof( SqlDateTime ), ExtendedClrTypeCode.SqlDateTime ); 118ht.Add( typeof( SqlDouble ), ExtendedClrTypeCode.SqlDouble ); 119ht.Add( typeof( SqlGuid ), ExtendedClrTypeCode.SqlGuid ); 120ht.Add( typeof( SqlInt16 ), ExtendedClrTypeCode.SqlInt16 ); 121ht.Add( typeof( SqlInt32 ), ExtendedClrTypeCode.SqlInt32 ); 122ht.Add( typeof( SqlInt64 ), ExtendedClrTypeCode.SqlInt64 ); 123ht.Add( typeof( SqlMoney ), ExtendedClrTypeCode.SqlMoney ); 124ht.Add( typeof( SqlDecimal ), ExtendedClrTypeCode.SqlDecimal ); 125ht.Add( typeof( SqlSingle ), ExtendedClrTypeCode.SqlSingle ); 126ht.Add( typeof( SqlString ), ExtendedClrTypeCode.SqlString ); 127ht.Add( typeof( SqlChars ), ExtendedClrTypeCode.SqlChars ); 128ht.Add( typeof( SqlBytes ), ExtendedClrTypeCode.SqlBytes ); 129ht.Add( typeof( SqlXml ), ExtendedClrTypeCode.SqlXml ); 130ht.Add( typeof( DataTable ), ExtendedClrTypeCode.DataTable ); 131ht.Add( typeof( DbDataReader ), ExtendedClrTypeCode.DbDataReader ); 132ht.Add( typeof( IEnumerable<SqlDataRecord> ), ExtendedClrTypeCode.IEnumerableOfSqlDataRecord ); 133ht.Add( typeof( System.TimeSpan ), ExtendedClrTypeCode.TimeSpan ); 134ht.Add( typeof( System.DateTimeOffset ), ExtendedClrTypeCode.DateTimeOffset );
fx\src\data\System\Data\DataSet.cs (3)
3571importedTypes.Add(type, typeName); 3602importedTypes.Add(type, typeName); 3674importedTypes.Add(element.SchemaType, typeName);
fx\src\data\System\Data\DataTable.cs (2)
811rowErrors.Add(rowIndex, row.RowError); 823colErrors.Add(rowIndex, list);
fx\src\data\System\Data\PropertyCollection.cs (1)
33clone.Add(pair.Key, pair.Value);
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (67)
637hash.Add(KEY.ApplicationIntent, KEY.ApplicationIntent); 638hash.Add(KEY.Application_Name, KEY.Application_Name); 639hash.Add(KEY.AsynchronousProcessing, KEY.AsynchronousProcessing); 640hash.Add(KEY.AttachDBFilename, KEY.AttachDBFilename); 641hash.Add(KEY.PoolBlockingPeriod, KEY.PoolBlockingPeriod); 642hash.Add(KEY.Connect_Timeout, KEY.Connect_Timeout); 643hash.Add(KEY.Connection_Reset, KEY.Connection_Reset); 644hash.Add(KEY.Context_Connection, KEY.Context_Connection); 645hash.Add(KEY.Current_Language, KEY.Current_Language); 646hash.Add(KEY.Data_Source, KEY.Data_Source); 647hash.Add(KEY.Encrypt, KEY.Encrypt); 648hash.Add(KEY.Enlist, KEY.Enlist); 649hash.Add(KEY.FailoverPartner, KEY.FailoverPartner); 650hash.Add(KEY.Initial_Catalog, KEY.Initial_Catalog); 651hash.Add(KEY.Integrated_Security, KEY.Integrated_Security); 652hash.Add(KEY.Load_Balance_Timeout, KEY.Load_Balance_Timeout); 653hash.Add(KEY.MARS, KEY.MARS); 654hash.Add(KEY.Max_Pool_Size, KEY.Max_Pool_Size); 655hash.Add(KEY.Min_Pool_Size, KEY.Min_Pool_Size); 656hash.Add(KEY.MultiSubnetFailover, KEY.MultiSubnetFailover); 657hash.Add(KEY.TransparentNetworkIPResolution, KEY.TransparentNetworkIPResolution); 658hash.Add(KEY.Network_Library, KEY.Network_Library); 659hash.Add(KEY.Packet_Size, KEY.Packet_Size); 660hash.Add(KEY.Password, KEY.Password); 661hash.Add(KEY.Persist_Security_Info, KEY.Persist_Security_Info); 662hash.Add(KEY.Pooling, KEY.Pooling); 663hash.Add(KEY.Replication, KEY.Replication); 664hash.Add(KEY.TrustServerCertificate, KEY.TrustServerCertificate); 665hash.Add(KEY.TransactionBinding, KEY.TransactionBinding); 666hash.Add(KEY.Type_System_Version, KEY.Type_System_Version); 667hash.Add(KEY.ColumnEncryptionSetting, KEY.ColumnEncryptionSetting); 668hash.Add(KEY.EnclaveAttestationUrl, KEY.EnclaveAttestationUrl); 669hash.Add(KEY.User_ID, KEY.User_ID); 670hash.Add(KEY.User_Instance, KEY.User_Instance); 671hash.Add(KEY.Workstation_Id, KEY.Workstation_Id); 672hash.Add(KEY.Connect_Retry_Count, KEY.Connect_Retry_Count); 673hash.Add(KEY.Connect_Retry_Interval, KEY.Connect_Retry_Interval); 674hash.Add(KEY.Authentication, KEY.Authentication); 676hash.Add(SYNONYM.APP, KEY.Application_Name); 677hash.Add(SYNONYM.Async, KEY.AsynchronousProcessing); 678hash.Add(SYNONYM.EXTENDED_PROPERTIES, KEY.AttachDBFilename); 679hash.Add(SYNONYM.INITIAL_FILE_NAME, KEY.AttachDBFilename); 680hash.Add(SYNONYM.CONNECTION_TIMEOUT, KEY.Connect_Timeout); 681hash.Add(SYNONYM.TIMEOUT, KEY.Connect_Timeout); 682hash.Add(SYNONYM.LANGUAGE, KEY.Current_Language); 683hash.Add(SYNONYM.ADDR, KEY.Data_Source); 684hash.Add(SYNONYM.ADDRESS, KEY.Data_Source); 685hash.Add(SYNONYM.NETWORK_ADDRESS, KEY.Data_Source); 686hash.Add(SYNONYM.SERVER, KEY.Data_Source); 687hash.Add(SYNONYM.DATABASE, KEY.Initial_Catalog); 688hash.Add(SYNONYM.TRUSTED_CONNECTION, KEY.Integrated_Security); 689hash.Add(SYNONYM.Connection_Lifetime, KEY.Load_Balance_Timeout); 690hash.Add(SYNONYM.NET, KEY.Network_Library); 691hash.Add(SYNONYM.NETWORK, KEY.Network_Library); 692hash.Add(SYNONYM.Pwd, KEY.Password); 693hash.Add(SYNONYM.PERSISTSECURITYINFO, KEY.Persist_Security_Info); 694hash.Add(SYNONYM.UID, KEY.User_ID); 695hash.Add(SYNONYM.User, KEY.User_ID); 696hash.Add(SYNONYM.WSID, KEY.Workstation_Id); 724hash.Add(NETLIB.TCPIP, TdsEnums.TCP); 725hash.Add(NETLIB.NamedPipes, TdsEnums.NP); 726hash.Add(NETLIB.Multiprotocol, TdsEnums.RPC); 727hash.Add(NETLIB.BanyanVines, TdsEnums.BV); 728hash.Add(NETLIB.AppleTalk, TdsEnums.ADSP); 729hash.Add(NETLIB.IPXSPX, TdsEnums.SPX); 730hash.Add(NETLIB.VIA, TdsEnums.VIA); 731hash.Add(NETLIB.SharedMemory, TdsEnums.LPC);
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (18)
94ht.Add("BuffersReceived", _buffersReceived); 95ht.Add("BuffersSent", _buffersSent); 96ht.Add("BytesReceived", _bytesReceived); 97ht.Add("BytesSent", _bytesSent); 98ht.Add("CursorOpens", _cursorOpens); 99ht.Add("IduCount", _iduCount); 100ht.Add("IduRows", _iduRows); 101ht.Add("PreparedExecs", _preparedExecs); 102ht.Add("Prepares", _prepares); 103ht.Add("SelectCount", _selectCount); 104ht.Add("SelectRows", _selectRows); 105ht.Add("ServerRoundtrips", _serverRoundtrips); 106ht.Add("SumResultSets", _sumResultSets); 107ht.Add("Transactions", _transactions); 108ht.Add("UnpreparedExecs", _unpreparedExecs); 110ht.Add ("ConnectionTime", ADP.TimerToMilliseconds(_connectionTime)); 111ht.Add ("ExecutionTime", ADP.TimerToMilliseconds(_executionTime)); 112ht.Add ("NetworkServerTime", ADP.TimerToMilliseconds(_networkServerTime));
fx\src\data\System\Data\XMLSchema.cs (3)
308props.Add(propName, attrs[i].Value); 352props.Add(propName, attrs[i].Value); 1197ConstraintNodes.Add(name, new ConstraintTable(table, keyNode));
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
182table.Add(keyword, keyword);
System.Data.SqlXml (104)
System\Xml\Xsl\IlGen\XmlILModule.cs (1)
284this.urlToSymWriter.Add(fileName, symDoc);
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
133this.dataSourceCache.Add(uriResolved, nav);
System\Xml\Xsl\XsltOld\Compiler.cs (2)
698typeDecls.Add(ns, scriptClass); 823this.stylesheet.ScriptObjectTypes.Add(ns, assembly.GetType(nsName + "." + scriptClass.Name));
System\Xml\Xsl\XsltOld\HtmlProps.cs (97)
60table.Add( "a" , Create( o , o , X , o , o , o , X ) ); 61table.Add( "address" , Create( o , o , o , o , X , o , o ) ); 62table.Add( "applet" , Create( o , o , o , o , X , o , o ) ); 63table.Add( "area" , Create( X , X , X , o , X , o , o ) ); 64table.Add( "base" , Create( X , o , X , o , X , o , o ) ); 65table.Add( "basefont" , Create( X , o , o , o , X , o , o ) ); 66table.Add( "blockquote" , Create( o , o , X , o , X , o , o ) ); 67table.Add( "body" , Create( o , o , o , o , X , o , o ) ); 68table.Add( "br" , Create( X , o , o , o , o , o , o ) ); 69table.Add( "button" , Create( o , X , o , o , o , o , o ) ); 70table.Add( "caption" , Create( o , o , o , o , X , o , o ) ); 71table.Add( "center" , Create( o , o , o , o , X , o , o ) ); 72table.Add( "col" , Create( X , o , o , o , X , o , o ) ); 73table.Add( "colgroup" , Create( o , o , o , o , X , o , o ) ); 74table.Add( "dd" , Create( o , o , o , o , X , o , o ) ); 75table.Add( "del" , Create( o , o , X , o , X , o , o ) ); 76table.Add( "dir" , Create( o , X , o , o , X , o , o ) ); 77table.Add( "div" , Create( o , o , o , o , X , o , o ) ); 78table.Add( "dl" , Create( o , X , o , o , X , o , o ) ); 79table.Add( "dt" , Create( o , o , o , o , X , o , o ) ); 80table.Add( "fieldset" , Create( o , o , o , o , X , o , o ) ); 81table.Add( "font" , Create( o , o , o , o , X , o , o ) ); 82table.Add( "form" , Create( o , o , X , o , X , o , o ) ); 83table.Add( "frame" , Create( X , X , o , o , X , o , o ) ); 84table.Add( "frameset" , Create( o , o , o , o , X , o , o ) ); 85table.Add( "h1" , Create( o , o , o , o , X , o , o ) ); 86table.Add( "h2" , Create( o , o , o , o , X , o , o ) ); 87table.Add( "h3" , Create( o , o , o , o , X , o , o ) ); 88table.Add( "h4" , Create( o , o , o , o , X , o , o ) ); 89table.Add( "h5" , Create( o , o , o , o , X , o , o ) ); 90table.Add( "h6" , Create( o , o , o , o , X , o , o ) ); 91table.Add( "head" , Create( o , o , X , o , X , X , o ) ); 92table.Add( "hr" , Create( X , X , o , o , X , o , o ) ); 93table.Add( "html" , Create( o , o , o , o , X , o , o ) ); 94table.Add( "iframe" , Create( o , o , o , o , X , o , o ) ); 95table.Add( "img" , Create( X , X , X , o , o , o , o ) ); 96table.Add( "input" , Create( X , X , X , o , o , o , o ) ); 97table.Add( "ins" , Create( o , o , X , o , X , o , o ) ); 98table.Add( "isindex" , Create( X , o , o , o , X , o , o ) ); 99table.Add( "legend" , Create( o , o , o , o , X , o , o ) ); 100table.Add( "li" , Create( o , o , o , o , X , o , o ) ); 101table.Add( "link" , Create( X , o , X , o , X , o , o ) ); 102table.Add( "map" , Create( o , o , o , o , X , o , o ) ); 103table.Add( "menu" , Create( o , X , o , o , X , o , o ) ); 104table.Add( "meta" , Create( X , o , o , o , X , o , o ) ); 105table.Add( "noframes" , Create( o , o , o , o , X , o , o ) ); 106table.Add( "noscript" , Create( o , o , o , o , X , o , o ) ); 107table.Add( "object" , Create( o , X , X , o , o , o , o ) ); 108table.Add( "ol" , Create( o , X , o , o , X , o , o ) ); 109table.Add( "optgroup" , Create( o , X , o , o , X , o , o ) ); 110table.Add( "option" , Create( o , X , o , o , X , o , o ) ); 111table.Add( "p" , Create( o , o , o , o , X , o , o ) ); 112table.Add( "param" , Create( X , o , o , o , X , o , o ) ); 113table.Add( "pre" , Create( o , o , o , o , X , o , o ) ); 114table.Add( "q" , Create( o , o , X , o , o , o , o ) ); 115table.Add( "s" , Create( o , o , o , o , X , o , o ) ); 116table.Add( "script" , Create( o , X , X , X , o , o , o ) ); 117table.Add( "select" , Create( o , X , o , o , o , o , o ) ); 118table.Add( "strike" , Create( o , o , o , o , X , o , o ) ); 119table.Add( "style" , Create( o , o , o , X , X , o , o ) ); 120table.Add( "table" , Create( o , o , X , o , X , o , o ) ); 121table.Add( "tbody" , Create( o , o , o , o , X , o , o ) ); 122table.Add( "td" , Create( o , X , o , o , X , o , o ) ); 123table.Add( "textarea" , Create( o , X , o , o , o , o , o ) ); 124table.Add( "tfoot" , Create( o , o , o , o , X , o , o ) ); 125table.Add( "th" , Create( o , X , o , o , X , o , o ) ); 126table.Add( "thead" , Create( o , o , o , o , X , o , o ) ); 127table.Add( "title" , Create( o , o , o , o , X , o , o ) ); 128table.Add( "tr" , Create( o , o , o , o , X , o , o ) ); 129table.Add( "ul" , Create( o , X , o , o , X , o , o ) ); 130table.Add( "xmp" , Create( o , o , o , o , o , o , o ) ); 166table.Add( "action" , Create( o , X , o ) ); 167table.Add( "checked" , Create( X , o , o ) ); 168table.Add( "cite" , Create( o , X , o ) ); 169table.Add( "classid" , Create( o , X , o ) ); 170table.Add( "codebase" , Create( o , X , o ) ); 171table.Add( "compact" , Create( X , o , o ) ); 172table.Add( "data" , Create( o , X , o ) ); 173table.Add( "datasrc" , Create( o , X , o ) ); 174table.Add( "declare" , Create( X , o , o ) ); 175table.Add( "defer" , Create( X , o , o ) ); 176table.Add( "disabled" , Create( X , o , o ) ); 177table.Add( "for" , Create( o , X , o ) ); 178table.Add( "href" , Create( o , X , o ) ); 179table.Add( "ismap" , Create( X , o , o ) ); 180table.Add( "longdesc" , Create( o , X , o ) ); 181table.Add( "multiple" , Create( X , o , o ) ); 182table.Add( "name" , Create( o , o , X ) ); 183table.Add( "nohref" , Create( X , o , o ) ); 184table.Add( "noresize" , Create( X , o , o ) ); 185table.Add( "noshade" , Create( X , o , o ) ); 186table.Add( "nowrap" , Create( X , o , o ) ); 187table.Add( "profile" , Create( o , X , o ) ); 188table.Add( "readonly" , Create( X , o , o ) ); 189table.Add( "selected" , Create( X , o , o ) ); 190table.Add( "src" , Create( o , X , o ) ); 191table.Add( "usemap" , Create( o , X , o ) );
System\Xml\Xsl\XsltOld\Processor.cs (1)
339scriptExtensions.Add(namespaceUri, Activator.CreateInstance((Type)entry.Value,
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (2)
236documents.Add(uri, null); 276keyTable.Add(key, list);
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
995base.Add(propertyName, value);
System.Management (9)
Instrumentation\EventSource.cs (1)
467mapQueryIdToQuery.Add(dwId, wszQuery);
Instrumentation\Instrumentation.cs (4)
218instrumentedAssemblies.Add(assembly, instrumentedAssembly); 392mapIDToPublishedObject.Add(upcountId.ToString((IFormatProvider)CultureInfo.InvariantCulture.GetFormat(typeof(System.Int32))), o); 393mapPublishedObjectToID.Add(o, upcountId); 638mapTypeToTypeInfo.Add(t, typeInfo);
managementoperationwatcher.cs (4)
181copiedSinkTable.Add (entry.Key, entry.Value); 225m_sinkCollection.Add (eventSink.GetHashCode(), eventSink); 267m_sinkCollection.Add (eventSink.GetHashCode(), eventSink); 291m_sinkCollection.Add (eventSink.GetHashCode(), eventSink);
System.Messaging (4)
System\Messaging\MessageQueuePermission.cs (4)
252newFormatNames.Add(currentFormatName, currentAccess & targetAccess); 343this.resolvedFormatNames.Add(Any, entry.PermissionAccess); 349this.resolvedFormatNames.Add(queue.FormatName, entry.PermissionAccess); 376this.resolvedFormatNames.Add(queue.FormatName, entry.PermissionAccess);
System.Runtime.Serialization (8)
System\Runtime\Serialization\DataContract.cs (2)
527typeToIDCache.Add(new TypeHandleRef(typeHandle), id); 1018namespaces.Add(key, key);
System\Runtime\Serialization\DataContractSet.cs (2)
182SurrogateDataTable.Add(dataMember, customData); 252SurrogateDataTable.Add(dataContract, customData);
System\Runtime\Serialization\ExtensionDataReader.cs (1)
542cache.Add(node, node);
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
511surrogateDataContracts.Add(type, surrogateContract);
System\Runtime\Serialization\SchemaExporter.cs (1)
591items.Add(qname, item);
System\Runtime\Serialization\SchemaImporter.cs (1)
617serializationSchemaElements.Add(schemaElement.Name, schemaElement);
System.Security (3)
system\security\cryptography\xml\encryptedxml.cs (1)
516m_keyNameMapping.Add(keyName, keyObject);
system\security\cryptography\xml\utils.cs (2)
684set.Add(string.Empty, true); 686set.Add(prefix, true);
System.ServiceModel (27)
System\ServiceModel\Channels\CommunicationObjectManager.cs (1)
34this.table.Add(item, item);
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
39states.Add(key, state);
System\ServiceModel\Description\MessageContractImporter.cs (1)
1039imports.Add(schema, schema);
System\ServiceModel\Description\MetadataExchangeClient.cs (2)
479h.Add("SourceUrl", sourceUrl); 480h.Add("MetadataType", metadataType.ToString());
System\ServiceModel\Description\MetadataSet.cs (1)
1042_tmp.Add(@"System.ServiceModel.Description.MetadataSet:http://schemas.xmlsoap.org/ws/2004/09/mex:Metadata:True:", new MetadataSetSerializer());
System\ServiceModel\Dispatcher\XPathLexer.cs (21)
441namedTypes.Add("and", XPathTokenID.And); 442namedTypes.Add("or", XPathTokenID.Or); 443namedTypes.Add("mod", XPathTokenID.Mod); 444namedTypes.Add("div", XPathTokenID.Div); 447namedTypes.Add("ancestor", XPathTokenID.Ancestor); 448namedTypes.Add("ancestor-or-self", XPathTokenID.AncestorOrSelf); 449namedTypes.Add("attribute", XPathTokenID.Attribute); 450namedTypes.Add("child", XPathTokenID.Child); 451namedTypes.Add("descendant", XPathTokenID.Descendant); 452namedTypes.Add("descendant-or-self", XPathTokenID.DescendantOrSelf); 453namedTypes.Add("following", XPathTokenID.Following); 454namedTypes.Add("following-sibling", XPathTokenID.FollowingSibling); 455namedTypes.Add("namespace", XPathTokenID.Namespace); 456namedTypes.Add("parent", XPathTokenID.Parent); 457namedTypes.Add("preceding", XPathTokenID.Preceding); 458namedTypes.Add("preceding-sibling", XPathTokenID.PrecedingSibling); 459namedTypes.Add("self", XPathTokenID.Self); 462namedTypes.Add("comment", XPathTokenID.Comment); 463namedTypes.Add("text", XPathTokenID.Text); 464namedTypes.Add("processing-instruction", XPathTokenID.Processing); 465namedTypes.Add("node", XPathTokenID.Node);
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\ServiceRouteHandler.cs (1)
82routeServiceTable.Add(virtualPath, serviceInfo);
System\ServiceModel\ServiceHostingEnvironment.cs (2)
673this.serviceActivations.Add(normalizedRelativeAddress, value); 1932pathCache.Add(path, pathInfo);
System.ServiceModel.Internals (3)
System\Runtime\Collections\HopperCache.cs (2)
92recycled.Add(key, value); 185recycled.Add(key, origValue);
System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (1)
566etwProviderCache.Add(etwProviderId, this.etwProvider);
System.ServiceModel.Web (22)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (22)
30this.defaultSupportedQueryStringTypes.Add(typeof(Byte), null); 31this.defaultSupportedQueryStringTypes.Add(typeof(SByte), null); 32this.defaultSupportedQueryStringTypes.Add(typeof(Int16), null); 33this.defaultSupportedQueryStringTypes.Add(typeof(Int32), null); 34this.defaultSupportedQueryStringTypes.Add(typeof(Int64), null); 35this.defaultSupportedQueryStringTypes.Add(typeof(UInt16), null); 36this.defaultSupportedQueryStringTypes.Add(typeof(UInt32), null); 37this.defaultSupportedQueryStringTypes.Add(typeof(UInt64), null); 38this.defaultSupportedQueryStringTypes.Add(typeof(Single), null); 39this.defaultSupportedQueryStringTypes.Add(typeof(Double), null); 40this.defaultSupportedQueryStringTypes.Add(typeof(Boolean), null); 41this.defaultSupportedQueryStringTypes.Add(typeof(Char), null); 42this.defaultSupportedQueryStringTypes.Add(typeof(Decimal), null); 43this.defaultSupportedQueryStringTypes.Add(typeof(String), null); 44this.defaultSupportedQueryStringTypes.Add(typeof(Object), null); 45this.defaultSupportedQueryStringTypes.Add(typeof(DateTime), null); 46this.defaultSupportedQueryStringTypes.Add(typeof(TimeSpan), null); 47this.defaultSupportedQueryStringTypes.Add(typeof(byte[]), null); 48this.defaultSupportedQueryStringTypes.Add(typeof(Guid), null); 49this.defaultSupportedQueryStringTypes.Add(typeof(Uri), null); 50this.defaultSupportedQueryStringTypes.Add(typeof(DateTimeOffset), null); 316this.typeConverterCache.Add(parameterType, converter);
System.Transactions (2)
System\Transactions\Oletx\OletxResourceManager.cs (1)
1076oletxResourceManager.enlistmentHashtable.Add( enlistmentGuid, this );
System\Transactions\Oletx\OletxTransactionManager.cs (1)
758resourceManagerHashTable.Add(
System.Web (115)
Cache\SqlCacheDependency.cs (2)
737s_DatabaseNotifStates.Add(database, state); 877dbState._tables.Add(tableName, null);
Compilation\BuildResult.cs (1)
515checkedAssemblies.Add(a, null);
Compilation\PageThemeCodeDomTreeGenerator.cs (1)
226_controlSkinTypeNameCollection.Add(skinKey, true);
Compilation\ProfileBuildProvider.cs (1)
139groups.Add(grpName, property.Name);
Configuration\HealthMonitoringSectionHelper.cs (1)
518_instances.Add(settings.Name, settings);
Configuration\RemoteWebConfigurationHost.cs (1)
147_PathMap.Add(configPathTemp, physicalFilePath);
Configuration\WebConfigurationHost.cs (1)
534FileChangeCallbacks.Add(streamName, list);
FileChangesMonitor.cs (4)
676_fileMons.Add(ffd.FileNameLong, fileMon); 696_fileMons.Add(file, fileMon); 727_fileMons.Add(newFileNameShort, fileMon); 1643_dirs.Add(dir, dirMon);
Profile\HttpProfileBase.cs (7)
118sc.Add("UserName", _UserName); 119sc.Add("IsAuthenticated", isAuthenticated); 349ht.Add(prop.Name, prop); 452settings.Add("AllowAnonymous", allowAnonymous); 454settings.Add("CustomProviderData", customData); 520settings.Add("AllowAnonymous", pps.AllowAnonymous); 522settings.Add("CustomProviderData", pps.CustomProviderData);
Profile\ProfileInfo.cs (1)
86_Hashtable.Add(profileInfo.UserName, _CurPos);
Security\ADMembershipProvider.cs (27)
427syntaxes.Add("attributeMapUsername", "DirectoryString"); 428syntaxes.Add("attributeMapEmail", "DirectoryString"); 429syntaxes.Add("attributeMapPasswordQuestion", "DirectoryString"); 430syntaxes.Add("attributeMapPasswordAnswer", "DirectoryString"); 431syntaxes.Add("attributeMapFailedPasswordAnswerCount", "Integer"); 432syntaxes.Add("attributeMapFailedPasswordAnswerTime", "Integer8"); 433syntaxes.Add("attributeMapFailedPasswordAnswerLockoutTime", "Integer8"); 438attributesInUse.Add("objectclass", null); 439attributesInUse.Add("objectsid", null); 440attributesInUse.Add("comment", null); 441attributesInUse.Add("whencreated", null); 442attributesInUse.Add("pwdlastset", null); 443attributesInUse.Add("msds-user-account-control-computed", null); 444attributesInUse.Add("lockouttime", null); 446attributesInUse.Add("useraccountcontrol", null); 448attributesInUse.Add("msds-useraccountdisabled", null); 471attributesInUse.Add(attributeMapUsername, null); 485attributesInUse.Add(attributeMapEmail, null); 517attributesInUse.Add(attributeMapFailedPasswordAnswerCount, null); 521attributesInUse.Add(attributeMapFailedPasswordAnswerTime, null); 525attributesInUse.Add(attributeMapFailedPasswordAnswerLockoutTime, null); 541attributesInUse.Add(attributeMapPasswordQuestion, null); 550attributesInUse.Add(attributeMapPasswordAnswer, null); 3315attributes.Add(attribute, null); 3323attributes.Add(value, null); 3349attributes.Add(attribute, null); 3356attributes.Add(value, null);
SiteMapProvider.cs (2)
88providers.Add(candidate, null); 94providers.Add(candidate, null);
State\SessionStateItemCollection.cs (19)
158s_immutableTypes.Add(t, t); 160s_immutableTypes.Add(t, t); 162s_immutableTypes.Add(t, t); 164s_immutableTypes.Add(t, t); 166s_immutableTypes.Add(t, t); 168s_immutableTypes.Add(t, t); 170s_immutableTypes.Add(t, t); 172s_immutableTypes.Add(t, t); 174s_immutableTypes.Add(t, t); 176s_immutableTypes.Add(t, t); 178s_immutableTypes.Add(t, t); 180s_immutableTypes.Add(t, t); 182s_immutableTypes.Add(t, t); 184s_immutableTypes.Add(t, t); 186s_immutableTypes.Add(t, t); 188s_immutableTypes.Add(t, t); 190s_immutableTypes.Add(t, t); 192s_immutableTypes.Add(t, t); 194s_immutableTypes.Add(t, t);
UI\ChtmlTextWriter.cs (2)
71eltAttributes.Add(attributeName, true); 127eltAttributes.Add(attributeName, true);
UI\CssTextWriter.cs (1)
185attrKeyLookupTable.Add(nameLCase, key);
UI\HTMLTagNameToTypeMapper.cs (29)
33t.Add("a", typeof(HtmlAnchor)); 34t.Add("button", typeof(HtmlButton)); 35t.Add("form", typeof(HtmlForm)); 36t.Add("head", typeof(HtmlHead)); 37t.Add("img", typeof(HtmlImage)); 38t.Add("textarea", typeof(HtmlTextArea)); 39t.Add("select", typeof(HtmlSelect)); 40t.Add("table", typeof(HtmlTable)); 41t.Add("tr", typeof(HtmlTableRow)); 42t.Add("td", typeof(HtmlTableCell)); 43t.Add("th", typeof(HtmlTableCell)); 47t.Add("audio", typeof(HtmlAudio)); 48t.Add("video", typeof(HtmlVideo)); 49t.Add("track", typeof(HtmlTrack)); 50t.Add("source", typeof(HtmlSource)); 51t.Add("iframe", typeof(HtmlIframe)); 52t.Add("embed", typeof(HtmlEmbed)); 53t.Add("area", typeof(HtmlArea)); 54t.Add("html", typeof(HtmlElement)); 61t.Add("text", typeof(HtmlInputText)); 62t.Add("password", typeof(HtmlInputPassword)); 63t.Add("button", typeof(HtmlInputButton)); 64t.Add("submit", typeof(HtmlInputSubmit)); 65t.Add("reset", typeof(HtmlInputReset)); 66t.Add("image", typeof(HtmlInputImage)); 67t.Add("checkbox", typeof(HtmlInputCheckBox)); 68t.Add("radio", typeof(HtmlInputRadioButton)); 69t.Add("hidden", typeof(HtmlInputHidden)); 70t.Add("file", typeof(HtmlInputFile));
UI\HTMLTextWriter.cs (2)
615_tagKeyLookupTable.Add(nameLCase, key); 639_attrKeyLookupTable.Add(nameLCase, key);
UI\Page.cs (1)
713ht.Add(systemPostField, true);
UI\XhtmlTextWriter.cs (7)
39_commonAttributes.Add("class", true); 40_commonAttributes.Add("id", true); 41_commonAttributes.Add("title", true); 42_commonAttributes.Add("xml:lang", true); 148eltAttributes.Add(attribute, true); 211eltAttributes.Add(attributeName, true); 225_commonAttributes.Add("style", true);
Util\SecUtil.cs (1)
167values.Add(param[i], param[i]);
WorkerRequest.cs (2)
1394s_requestHeadersLoookupTable.Add(headerName, i32); 1400s_responseHeadersLoookupTable.Add(headerName, i32);
XmlSiteMapProvider.cs (2)
632ChildProviderTable.Add(provider, node); 663ChildProviderTable.Add(childProvider, node);
System.Web.ApplicationServices (1)
Security\MembershipUserCollection.cs (1)
36_Indices.Add(user.UserName, pos);
System.Web.DataVisualization (4)
Common\ChartTypes\StackedBarChart.cs (1)
177 this._stackedGroupsTotalPerPoint.Add(groupName, totals);
Common\ChartTypes\StackedColumnChart.cs (1)
170 this._stackedGroupsTotalPerPoint.Add(groupName, totals);
Common\DataManager\DataPoint.cs (1)
2357 clonePoint.properties.Add(key, this.properties[key]);
Common\General\ChartAreaAxes.cs (1)
1249groupsHashTable.Add(groupName, list);
System.Web.DynamicData (1)
DynamicData\MetaModel.cs (1)
619s_modelByContextType.Add(contextType, model);
System.Web.Extensions (9)
ClientServices\Providers\ClientSettingsProvider.cs (4)
133dict.Add("AllowAnonymous", allowAnon); 391_KnownTypesHashtable.Add(_KnownTypesArray[iter], string.Empty); 402_KnownTypesHashtable.Add(p.Property.PropertyType, string.Empty); 425_KnownTypesHashtable.Add(p.PropertyType, string.Empty);
Compilation\XmlSerializer\DataSvcMapFileSerializer.cs (1)
763_tmp.Add(@"System.Web.Compilation.WCFModel.DataSvcMapFileImpl:urn:schemas-microsoft-com:xml-dataservicemap:ReferenceGroup:True:", new DataSvcMapFileImplSerializer());
Compilation\XmlSerializer\SvcMapFileSerializer.cs (1)
1488_tmp.Add(@"System.Web.Compilation.WCFModel.SvcMapFileImpl:urn:schemas-microsoft-com:xml-wcfservicemap:ReferenceGroup:True:", new SvcMapFileImplSerializer());
Script\Serialization\JavaScriptSerializer.cs (1)
507objectsInUse.Add(o, null);
UI\ScriptManager.cs (2)
1215_initialState.Add(key, state[key]); 2077_initialState.Add(key, value);
System.Web.Mobile (2)
Mobile\MobileCapabilities.cs (1)
201_evaluatorResults.Add(hashKey, result);
UI\MobileControls\Design\Util\SimpleParser.cs (1)
317_table.Add(key, true);
System.Web.Services (58)
System\Web\Services\Configuration\WebServicesSection.cs (20)
177table.Add(typeof(ServiceDescription), new XmlAttributes()); 178table.Add(typeof(Import), new XmlAttributes()); 179table.Add(typeof(Port), new XmlAttributes()); 180table.Add(typeof(Service), new XmlAttributes()); 181table.Add(typeof(FaultBinding), new XmlAttributes()); 182table.Add(typeof(InputBinding), new XmlAttributes()); 183table.Add(typeof(OutputBinding), new XmlAttributes()); 184table.Add(typeof(OperationBinding), new XmlAttributes()); 185table.Add(typeof(Binding), new XmlAttributes()); 186table.Add(typeof(OperationFault), new XmlAttributes()); 187table.Add(typeof(OperationInput), new XmlAttributes()); 188table.Add(typeof(OperationOutput), new XmlAttributes()); 189table.Add(typeof(Operation), new XmlAttributes()); 190table.Add(typeof(PortType), new XmlAttributes()); 191table.Add(typeof(Message), new XmlAttributes()); 192table.Add(typeof(MessagePart), new XmlAttributes()); 193table.Add(typeof(Types), new XmlAttributes()); 199extensions.Add(extensionType, extensionType); 209table.Add(extensionPointType, xmlAttrs); 221nsDefs.Add(prefixAttr.Prefix, prefixAttr.Namespace);
System\Web\Services\Description\ProtocolImporter.cs (2)
272supportedBindings.Add(binding, binding); 313supportedBindings.Add(binding, binding);
System\Web\Services\Description\ProtocolReflector.cs (1)
283reflectedBindings.Add(bindingName, reflectedBinding);
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
398imports.Add(schema, schema);
System\Web\Services\Description\ServiceDescriptionReflector.cs (1)
229messageNames.Add(key, method);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (7)
8658h.Add(@"", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Empty); 8659h.Add(@"substitution", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Substitution); 8660h.Add(@"extension", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Extension); 8661h.Add(@"restriction", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Restriction); 8662h.Add(@"list", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@List); 8663h.Add(@"union", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Union); 8664h.Add(@"#all", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@All);
System\Web\Services\Description\SoapProtocolImporter.cs (3)
596classHeaders.Add(key, globalHeader); 598headers.Add(key, globalHeader); 604localHeaders.Add(key, localHeader);
System\Web\Services\Description\WebReferenceOptions.cs (5)
251h.Add(@"properties", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateProperties); 252h.Add(@"newAsync", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateNewAsync); 253h.Add(@"oldAsync", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateOldAsync); 254h.Add(@"order", (long)System.Xml.Serialization.CodeGenerationOptions.@GenerateOrder); 255h.Add(@"enableDataBinding", (long)System.Xml.Serialization.CodeGenerationOptions.@EnableDataBinding);
System\Web\Services\Description\WebServicesInteroperability.cs (3)
135operations.Add(op.Name, op); 551bindings.Add(binding, binding); 567bindings.Add(binding, binding);
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
312filenames.Add(path.ToLower(CultureInfo.InvariantCulture), path);
System\Web\Services\Discovery\DynamicDiscoSearcher.cs (1)
56excludedUrlsTable.Add( MakeAbsExcludedPath(s).ToLower(CultureInfo.InvariantCulture), null);
System\Web\Services\Protocols\ClientProtocol.cs (2)
36clone.Add(k, cache[k]); 942mappedTypes.Add(type, typeMappings);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
88wsdlTable.Add(id, description); 165schemaTable.Add(schema.Id, schema);
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
48methods.Add(methodInfo.Name, method); 81formatterTypes.Add(formatterType, list); 285AsyncInvokes.Add(userState, asyncResult);
System\Web\Services\Protocols\HttpServerProtocol.cs (1)
102this.methods.Add(method.name, method);
System\Web\Services\Protocols\LogicalMethodInfo.cs (1)
510if (ends != null) ends.Add(methodInfo.Name, methodInfo);
System\Web\Services\Protocols\SoapClientProtocol.cs (2)
109methods.Add(soapMethod.name, clientMethod); 441AsyncInvokes.Add(userState, asyncResult);
System\Web\Services\WebMethodAttribute.cs (2)
306methodInfos.Add(methods[i], webMethod); 309unique.Add(signature, methods[i]);
System.Windows.Forms (26)
winforms\Managed\System\WinForms\Application.cs (1)
1749OleComponents.Add(++cookieCounter, entry);
winforms\Managed\System\WinForms\AxHost.cs (8)
2649objectDefinedCategoryNames.Add(key, rval); 2880propertyInfos.Add(propInfo.Name, propInfo); 2911properties.Add(propName, prop); 5367proxyCache.Add(ctl, rval); 5397containerCache.Add(ctl, ctl); 5574components.Add(comp, comp); 5594components.Add(ctls[i], ctls[i]); 5611components.Add(ctl, ctl);
winforms\Managed\System\WinForms\BindingContext.cs (1)
377listManagers.Add(key, new WeakReference(bindingManagerBase, false));
winforms\Managed\System\WinForms\ComboBox.cs (2)
5766ACWindows.Add(acHandle, this); 5829ACWindows.Add(acHandle, null);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
6828this.brushes.Add(color, brush); 6854this.pens.Add(color, pen); 6880this.converters.Add(type, converter);
winforms\Managed\System\WinForms\ListView.cs (2)
3812listItemsTable.Add(itemID, item); 7960usedIndices.Add(values[i].DisplayIndex, i);
winforms\Managed\System\WinForms\MenuItem.cs (1)
923allCreatedMenuItems.Add(uniqueID, new WeakReference(this));
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
50categoryStates.Add(name, true);
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
498owner.Shortcuts.Add(value, this); 1042Owner.Shortcuts.Add(shortcut, this);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
1105themeHandles.Add(className, tHandle);
winforms\Managed\System\WinForms\WebBrowserContainer.cs (4)
222components.Add(comp, comp); 241components.Add(ctls[i], ctls[i]); 258components.Add(ctl, ctl); 300containerCache.Add(ctl, ctl);
System.Windows.Forms.DataVisualization (4)
Common\ChartTypes\StackedBarChart.cs (1)
177 this._stackedGroupsTotalPerPoint.Add(groupName, totals);
Common\ChartTypes\StackedColumnChart.cs (1)
170 this._stackedGroupsTotalPerPoint.Add(groupName, totals);
Common\DataManager\DataPoint.cs (1)
2357 clonePoint.properties.Add(key, this.properties[key]);
Common\General\ChartAreaAxes.cs (1)
1249groupsHashTable.Add(groupName, list);
System.Workflow.Activities (8)
Common\CompModHelpers.cs (1)
137commonParentActivities.Add(activity.Parent, childActivities);
Common\ValidationHelpers.cs (1)
122identifiers.Add(activity.QualifiedName, activity);
CorrelationValidator.cs (6)
502memberInfoCorrelationAliasAttrs.Add(memberInfo, correlationAliasAttrs); 531memberInfoCorrelationAliasAttrs.Add(memberInfo, correlationAliasAttrs); 542delegateTypeCorrelationAliasAttrs.Add(delegateType, delegateCorrelationAliasAttrs); 696correlationAliasAttrs.Add(aliasAttribute.Name, aliasAttribute); 876parameterCollection.Add(parameter.Name, parameter); 883parameterCollection.Add("(ReturnValue)", mInfo.ReturnParameter);
System.Workflow.ComponentModel (20)
AuthoringOM\Activity.cs (3)
1169idToActivityMap.Add(nestedActivity.DottedPath, nestedActivity); 1394lookupPaths.Add(this.QualifiedName, string.Empty); 2207lookupPaths.Add(childActivity.QualifiedName, lookupPath);
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
442this.memberMapping.Add(realInfo, wrapperInfo); 452this.memberMapping.Add(realInfo, wrapperInfo); 478this.memberMapping.Add(realInfo, wrapperInfo); 489this.memberMapping.Add(realInfo, wrapperInfo); 499this.memberMapping.Add(realInfo, wrapperInfo);
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (2)
369this.hashOfDTTypes.Add(name, returnType); 481this.hashOfRTTypes.Add(returnType, returnType2);
AuthoringOM\Design\DocumentOutline.cs (1)
358this.activityToNodeMapping.Add(activity, newNode);
AuthoringOM\Design\PropertyDescriptors.cs (1)
152properties.Add(prop.Name, prop);
AuthoringOM\Design\TypeConverters.cs (2)
45this.conditionDecls.Add(key, CodeConditionType); 51this.conditionDecls.Add(key, RuleDefinitionsType);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (3)
745allProperties.Add(propertyName, dependencyProperty); 755allProperties.Add(propInfo.Name, propInfo); 765allProperties.Add(eventInfo.Name, eventInfo);
Shared\CompModHelpers.cs (1)
135commonParentActivities.Add(activity.Parent, childActivities);
Shared\ValidationHelpers.cs (1)
121identifiers.Add(activity.QualifiedName, activity);
Shared\XomlSerializationHelpers.cs (1)
407definedNamespaces.Add(codeNamespaceImport.Namespace, codeNamespaceImport);
System.Workflow.Runtime (2)
WorkflowDefinitionDispenser.cs (2)
418this.hashtable.Add(key, node); 423this.hashtable.Add(type, node);
System.WorkflowServices (7)
System\Workflow\Activities\ValidationHelper.cs (6)
208serviceOperationHashTable.Add(serviceOperation.Name, methodInfo); 215implementedServiceOperations[contractType].Add( 288serviceOperationHashTable.Add(operationName, methodInfo); 304notImplementedServiceOperations[currentContractType].Add( 322serviceOperationHashTable.Add(operationName, methodInfo); 338notImplementedServiceOperations[currentContractType].Add(
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
266contractInfoCollection.Add(contractType, contractInfo);
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
86pathCache.Add(path, pathInfo);
System.Xml (187)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
541this.elemIdMap.Add(new XmlQualifiedName(attrList.LocalName, attrList.Prefix),
System\Xml\Dom\XmlDocument.cs (2)
175htElementIDAttrDecl.Add(eleName, attrName); 223htElementIdMap.Add(id, elementList);
System\Xml\Dom\XmlLoader.cs (1)
618prefixes.Add( attr.LocalName, attr.LocalName );
System\Xml\Schema\ContentValidator.cs (6)
82names.Add(name, last); 115wildcards.Add(wildcard, last); 1326stateTable.Add(new BitSet(positionsCount), -1); 1334stateTable.Add(firstpos, 0); 1371stateTable.Add(newset, newState); 1935elements.Add(name, i);
System\Xml\Schema\DataTypeImplementation.cs (6)
219builtinTypes.Add(qname, anySimpleType); 234builtinTypes.Add(qname, simpleType); 263builtinTypes.Add(qname, anyAtomicType); 271builtinTypes.Add(qname, untypedAtomicType); 279builtinTypes.Add(qname, yearMonthDurationType); 287builtinTypes.Add(qname, dayTimeDurationType);
System\Xml\Schema\DtdValidator.cs (2)
159attPresence.Add(attnDef.Name, attnDef); 351IDs.Add(name, node);
System\Xml\Schema\Inference\Infer.cs (1)
915table.Add(qname, null);
System\Xml\Schema\NamespaceList.cs (1)
279nslist.set.Add(ns, ns);
System\Xml\Schema\Preprocessor.cs (11)
97schemaLocations.Add(rootSchema.BaseUri, rootSchema); 252schemaLocations.Add(includeLocation, includedSchema); 314schemaLocations.Add(ruri, include.Schema); 342schemaLocations.Add(ruri, includedSchema); 425referenceNamespaces.Add(XmlReservedNs.NsXs,XmlReservedNs.NsXs); 436referenceNamespaces.Add(ns,ns); 446referenceNamespaces.Add(tns,tns); 586processedExternals.Add(includedSchema, external); 598processedExternals.Add(includedSchema, external); 1692currentSchema.Ids.Add(xso.IdAttribute, xso); 1757chameleonSchemas.Add(cKey, chameleonSchema);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (10)
58schemaLocations.Add(schema.BaseUri, schema.BaseUri); 137schemaLocations.Add(includeLocation, includeLocation); 152schemaLocations.Add(include.Schema.BaseUri, include.Schema.BaseUri); 166schemaLocations.Add(subUri, subUri); //The schema for that location is available 196schemaLocations.Add(ruri, ruri); 233referenceNamespaces.Add(XmlReservedNs.NsXs,XmlReservedNs.NsXs); 234referenceNamespaces.Add(string.Empty, string.Empty); 241referenceNamespaces.Add(ns,ns); 247referenceNamespaces.Add(schema.TargetNamespace,schema.TargetNamespace); 1374this.schema.Ids.Add(xso.IdAttribute, xso);
System\Xml\Schema\SchemaSetCompiler.cs (1)
52schemasToCompile.Add(schema, schema);
System\Xml\Schema\XdrBuilder.cs (2)
934builder._ElementDef._AttDefList.Add(qname, builder._AttributeDef._AttDef); 1060builder._UndeclaredElements.Add(qname, ed);
System\Xml\Schema\XdrValidator.cs (2)
226attPresence.Add(attnDef.Name, attnDef); 529IDs.Add(name, node);
System\Xml\Schema\XmlSchema.cs (1)
194serializerNS.Add("xs", XmlReservedNs.NsXs);
System\Xml\Schema\XmlSchemaCollection.cs (1)
342collection.Add(ns, node);
System\Xml\Schema\XmlSchemaSet.cs (8)
448disallowedNamespaces.Add(GetTargetNamespace(schemaToRemove), schemaToRemove); 453disallowedNamespaces.Add(importedNS, importedNS); 652targetNamespaces.Add(tns, tns); 664targetNamespaces.Add(tns, tns); 924targetNamespaces.Add(tns, tns); 936targetNamespaces.Add(tns, tns); 1090schemaLocations.Add(baseUri, currentSchema); 1094targetNamespaces.Add(tns, tns);
System\Xml\Schema\XmlSchemaValidator.cs (8)
435validatedNamespaces.Add(namespaceUri, namespaceUri); 573attPresence.Add(attQName, attributeDef); 612attPresence.Add(attQName, SchemaAttDef.Empty); 635validatedNamespaces.Add(ns, ns); 1600IDs.Add(name, context.LocalName); 2011constraints[i].qualifiedTable.Add (ks, ks); 2027constraints[i].qualifiedTable.Add (ks, ks); 2038constraints[i].qualifiedTable.Add (ks, ks);
System\Xml\Schema\XsdBuilder.cs (1)
737this.namespaces.Add((name == this.schemaNames.QnXmlNs.Name) ? string.Empty : name, value);
System\Xml\Schema\XsdValidator.cs (5)
407attPresence.Add(attnDef.Name, attnDef); 640IDs.Add(name, node); 907constraints[i].qualifiedTable.Add (ks, ks); 921constraints[i].qualifiedTable.Add (ks, ks); 932constraints[i].qualifiedTable.Add (ks, ks);
System\Xml\Serialization\CodeExporter.cs (1)
185typesIncluded.Add(arrayMapping.TypeDesc.FullName, string.Empty);
System\Xml\Serialization\CodeIdentifiers.cs (2)
112reservedIdentifiers.Add(identifier, identifier); 146identifiers.Add(identifier, value);
System\Xml\Serialization\Compilation.cs (1)
716clone.Add(k, cache[k]);
System\Xml\Serialization\ImportContext.cs (1)
277scope.Add(item, refs);
System\Xml\Serialization\Models.cs (2)
65models.Add(type, model); 77arrayModels.Add(type, model);
System\Xml\Serialization\NameTable.cs (1)
43table.Add(key, value);
System\Xml\Serialization\SoapAttributeOverrides.cs (2)
39types.Add(type, members); 44members.Add(member, attributes);
System\Xml\Serialization\SoapCodeExporter.cs (2)
91ExportedMappings.Add(mapping, mapping); 115ExportedClasses.Add(mapping, codeClass);
System\Xml\Serialization\SoapSchemaExporter.cs (4)
204types.Add(mapping, type); 284types.Add(mapping, type); 310types.Add(mapping, type); 356types.Add(mapping, dataType);
System\Xml\Serialization\SoapSchemaImporter.cs (3)
302ImportedMappings.Add(type, structMapping); 586ImportedMappings.Add(dataType, mapping); 589ImportedMappings.Add(dataType, enumMapping);
System\Xml\Serialization\Types.cs (6)
585primitiveTypes.Add(type, typeDesc); 586primitiveDataTypes.Add(dataType, typeDesc); 601primitiveTypes.Add(type, typeDesc); 602primitiveDataTypes.Add(dataType, typeDesc); 665arrayTypeDescs.Add(type, typeDesc); 840typeDescs.Add(type, typeDesc);
System\Xml\Serialization\XmlAttributeOverrides.cs (2)
39types.Add(type, members); 44members.Add(member, attributes);
System\Xml\Serialization\XmlCodeExporter.cs (3)
123ExportedMappings.Add(mapping, mapping); 156ExportedClasses.Add(mapping, codeClass); 331values.Add(c[i].Name, ids[i]);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
505specials.Add(type, mapping); 1815choiceTypes.Add(type, false);
System\Xml\Serialization\XmlSchemaExporter.cs (7)
238elements.Add(accessor, element); 560types.Add(currentMapping, type); 678this.attributes.Add(accessor, accessor); 741elements.Add(accessor, element); 798values.Add(c[i].Name, ids[i]); 875types.Add(mapping, type); 1014types.Add(mapping, dataType);
System\Xml\Serialization\XmlSchemaImporter.cs (5)
283ImportedElements.Add(element, accessor); 586ImportedMappings.Add(type, structMapping); 782uniqueTypeDescs.Add(tdFullName, element); 1637ImportedMappings.Add(dataType, mapping); 1640ImportedMappings.Add(dataType, enumMapping);
System\Xml\Serialization\XmlSchemas.cs (3)
111delayedSchemas.Add(schema, schema); 371MergedSchemas.Add(schema, schema); 376MergedSchemas.Add(schema, schema);
System\Xml\Serialization\XmlSerializationReader.cs (7)
1411targets.Add(id, o); 1720types.Add(urType, typeof(object)); 1722typesReverse.Add(typeof(object), urType); 2129MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 2707Enums.Add(uniqueName, mapping); 3326createMethods.Add(typeDesc, create); 3423idNames.Add(name, idName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
196MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 961Enums.Add(uniqueName, mapping); 1838idNames.Add(name, idName);
System\Xml\Serialization\XmlSerializationWriter.cs (13)
420objectsInUse.Add(o, o); 497qnIndexes.Add(newIndex, newIndex); 788references.Add(o, id); 1321MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 1867values.Add(c.Value, c.Value); 3313nameToAssemblyMap.Add(key, a); 3314assemblyToNameMap.Add(a, key); 3402reflectionVariables.Add(typeFullName, typeVariable); 3485reflectionVariables.Add(assemblyFullName, assemblyVariable); 3499reflectionVariables.Add(memberName+":"+escapedName, propVariable); 3507reflectionVariables.Add(memberName+":"+escapedName, fieldVariable); 3541reflectionVariables.Add(memberName+":"+escapedName, methodVariable); 3560reflectionVariables.Add(arrayMemberKey+":" + escapedName, itemVariable);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (2)
37MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 591values.Add(c.Value, c.Value);
System\Xml\Serialization\XmlSerializer.cs (1)
526pendingKeys.Add(mappingKey, i);
System\Xml\XmlDownloadManager.cs (1)
64connections.Add( webReq.Address.Host, openedHost );
System\Xml\XmlDownloadManagerAsync.cs (1)
58connections.Add(webReq.Address.Host, openedHost);
System\Xml\XPath\Internal\XPathParser.cs (40)
712table.Add("last" , new ParamInfo(Function.FunctionType.FuncLast , 0, 0, temparray1)); 713table.Add("position" , new ParamInfo(Function.FunctionType.FuncPosition , 0, 0, temparray1)); 714table.Add("name" , new ParamInfo(Function.FunctionType.FuncName , 0, 1, temparray2)); 715table.Add("namespace-uri" , new ParamInfo(Function.FunctionType.FuncNameSpaceUri , 0, 1, temparray2)); 716table.Add("local-name" , new ParamInfo(Function.FunctionType.FuncLocalName , 0, 1, temparray2)); 717table.Add("count" , new ParamInfo(Function.FunctionType.FuncCount , 1, 1, temparray2)); 718table.Add("id" , new ParamInfo(Function.FunctionType.FuncID , 1, 1, temparray3)); 719table.Add("string" , new ParamInfo(Function.FunctionType.FuncString , 0, 1, temparray3)); 720table.Add("concat" , new ParamInfo(Function.FunctionType.FuncConcat , 2, 100, temparray4)); 721table.Add("starts-with" , new ParamInfo(Function.FunctionType.FuncStartsWith , 2, 2, temparray5)); 722table.Add("contains" , new ParamInfo(Function.FunctionType.FuncContains , 2, 2, temparray5)); 723table.Add("substring-before" , new ParamInfo(Function.FunctionType.FuncSubstringBefore, 2, 2, temparray5)); 724table.Add("substring-after" , new ParamInfo(Function.FunctionType.FuncSubstringAfter , 2, 2, temparray5)); 725table.Add("substring" , new ParamInfo(Function.FunctionType.FuncSubstring , 2, 3, temparray6)); 726table.Add("string-length" , new ParamInfo(Function.FunctionType.FuncStringLength , 0, 1, temparray4)); 727table.Add("normalize-space" , new ParamInfo(Function.FunctionType.FuncNormalize , 0, 1, temparray4)); 728table.Add("translate" , new ParamInfo(Function.FunctionType.FuncTranslate , 3, 3, temparray7)); 729table.Add("boolean" , new ParamInfo(Function.FunctionType.FuncBoolean , 1, 1, temparray3)); 730table.Add("not" , new ParamInfo(Function.FunctionType.FuncNot , 1, 1, temparray8)); 731table.Add("true" , new ParamInfo(Function.FunctionType.FuncTrue , 0, 0 ,temparray8)); 732table.Add("false" , new ParamInfo(Function.FunctionType.FuncFalse , 0, 0, temparray8)); 733table.Add("lang" , new ParamInfo(Function.FunctionType.FuncLang , 1, 1, temparray4)); 734table.Add("number" , new ParamInfo(Function.FunctionType.FuncNumber , 0, 1, temparray3)); 735table.Add("sum" , new ParamInfo(Function.FunctionType.FuncSum , 1, 1, temparray2)); 736table.Add("floor" , new ParamInfo(Function.FunctionType.FuncFloor , 1, 1, temparray9)); 737table.Add("ceiling" , new ParamInfo(Function.FunctionType.FuncCeiling , 1, 1, temparray9)); 738table.Add("round" , new ParamInfo(Function.FunctionType.FuncRound , 1, 1, temparray9)); 745table.Add("ancestor" , Axis.AxisType.Ancestor ); 746table.Add("ancestor-or-self" , Axis.AxisType.AncestorOrSelf ); 747table.Add("attribute" , Axis.AxisType.Attribute ); 748table.Add("child" , Axis.AxisType.Child ); 749table.Add("descendant" , Axis.AxisType.Descendant ); 750table.Add("descendant-or-self", Axis.AxisType.DescendantOrSelf ); 751table.Add("following" , Axis.AxisType.Following ); 752table.Add("following-sibling" , Axis.AxisType.FollowingSibling ); 753table.Add("namespace" , Axis.AxisType.Namespace ); 754table.Add("parent" , Axis.AxisType.Parent ); 755table.Add("preceding" , Axis.AxisType.Preceding ); 756table.Add("preceding-sibling" , Axis.AxisType.PrecedingSibling ); 757table.Add("self" , Axis.AxisType.Self );
System\Xml\Xslt\XsltArgumentList.cs (2)
43this.parameters.Add(qname, parameter); 49this.extensions.Add(namespaceUri, extension);
UIAutomationClient (1)
MS\Internal\Automation\ProxyManager.cs (1)
781table.Add( key, data );
UIAutomationClientsideProviders (33)
MS\Internal\AutomationProxies\EventManager.cs (32)
521_objectIdWindow.Add(ValuePattern.IsReadOnlyProperty, new RaiseEvent(HandleIsReadOnlyProperty)); 522_objectIdWindow.Add(AutomationElement.StructureChangedEvent, new RaiseEvent(HandleStructureChangedEventWindow)); 523_objectIdWindow.Add(WindowPattern.CanMaximizeProperty, new RaiseEvent(HandleCanMaximizeProperty)); 524_objectIdWindow.Add(WindowPattern.CanMinimizeProperty, new RaiseEvent(HandleCanMinimizeProperty)); 525_objectIdWindow.Add(TogglePattern.ToggleStateProperty, new RaiseEvent(HandleToggleStateProperty)); 526_objectIdWindow.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleWindowInvokedEvent)); 532_objectIdClient.Add(ValuePattern.ValueProperty, new RaiseEvent(HandleValueProperty)); 533_objectIdClient.Add(RangeValuePattern.ValueProperty, new RaiseEvent(HandleRangeValueProperty)); 534_objectIdClient.Add(SelectionItemPattern.IsSelectedProperty, new RaiseEvent(HandleIsSelectedProperty)); 535_objectIdClient.Add(ExpandCollapsePattern.ExpandCollapseStateProperty, new RaiseEvent(HandleExpandCollapseStateProperty)); 536_objectIdClient.Add(GridPattern.ColumnCountProperty, new RaiseEvent(HandleColumnCountProperty)); 537_objectIdClient.Add(GridPattern.RowCountProperty, new RaiseEvent(HandleRowCountProperty)); 538_objectIdClient.Add(GridItemPattern.ColumnProperty, new RaiseEvent(HandleColumnProperty)); 539_objectIdClient.Add(GridItemPattern.RowProperty, new RaiseEvent(HandleRowProperty)); 540_objectIdClient.Add(TablePattern.ColumnHeadersProperty, new RaiseEvent(HandleColumnHeadersProperty)); 541_objectIdClient.Add(TablePattern.RowHeadersProperty, new RaiseEvent(HandleRowHeadersProperty)); 542_objectIdClient.Add(SelectionPattern.IsSelectionRequiredProperty, new RaiseEvent(HandleIsSelectionRequiredProperty)); 543_objectIdClient.Add(ScrollPattern.VerticalViewSizeProperty, new RaiseEvent(HandleVerticalViewSizeProperty)); 544_objectIdClient.Add(ScrollPattern.HorizontalViewSizeProperty, new RaiseEvent(HandleHorizontalViewSizeProperty)); 545_objectIdClient.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleInvokedEvent)); 546_objectIdClient.Add(SelectionItemPattern.ElementSelectedEvent, new RaiseEvent(HandleElementSelectedEvent)); 547_objectIdClient.Add(SelectionItemPattern.ElementAddedToSelectionEvent, new RaiseEvent(HandleElementAddedToSelectionEvent)); 548_objectIdClient.Add(SelectionItemPattern.ElementRemovedFromSelectionEvent, new RaiseEvent(HandleElementRemovedFromSelectionEvent)); 549_objectIdClient.Add(AutomationElement.StructureChangedEvent, new RaiseEvent(HandleStructureChangedEventClient)); 550_objectIdClient.Add(SelectionPattern.InvalidatedEvent, new RaiseEvent(HandleInvalidatedEvent)); 551_objectIdClient.Add(TogglePattern.ToggleStateProperty, new RaiseEvent(HandleToggleStateProperty)); 552_objectIdClient.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 558_objectIdScroll.Add(ScrollPattern.VerticalScrollPercentProperty, new RaiseEvent(HandleVerticalScrollPercentProperty)); 559_objectIdScroll.Add(ScrollPattern.HorizontalScrollPercentProperty, new RaiseEvent(HandleHorizontalScrollPercentProperty)); 560_objectIdScroll.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleScrollInvokedEvent)); 566_objectIdCaret.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 572_objectIdMenu.Add(InvokePattern.InvokedEvent, new RaiseEvent(HandleMenuItemInvokedEvent));
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
403_ahp[evt].Add(processId, hookParams);