Implemented interface member:
property
this
System.Collections.IDictionary.this[System.Object]
79 writes to
PresentationBuildTasks (10)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
770XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace] = namespaceMapping;
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
1125properties[declaringProp] = usageProp; 5720_keyDictionary[key] = null;
Framework\System\Windows\Markup\XamlTypeMapper.cs (3)
232_assemblyPathTable[asmName] = assemblyPath; 3214_typeInformationCache[type] = typeInformationCacheData; 4286_propertyConverters[dpOrPi] = converter;
Framework\System\Windows\Markup\XmlnsCache.cs (1)
336_cacheTable[xmlns] = new List<ClrNamespaceAssemblyPair>();
Framework\System\Windows\Markup\XmlnsDictionary.cs (3)
238namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 535namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 725dict[prefix] = xmlNamespace;
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
260_classInputBindings[type] = inputBindings; 295_classCommandBindings[type] = bindings;
PresentationFramework (38)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
222_mostRecentTask[c] = newTask; 412_asyncDispatchers[asyncDispatcher] = null; // the value is unused
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
320_dict[propertyName] = pr; 441_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (1)
355dict[pd] = record;
src\Framework\MS\Internal\Data\ValueTable.cs (1)
109_table[key] = value;
src\Framework\MS\Internal\Data\ViewManager.cs (3)
243base[new WeakRefKey(cvs)] = value; 714_inactiveViewTables[vt] = InactivityThreshold; 786_inactiveViewTables[vt] = expirationDate;
src\Framework\MS\Internal\Data\XDeferredAxisSource.cs (1)
93_table[name] = record;
src\Framework\MS\Internal\DataStreams.cs (3)
100_subStreams[key] = subStreams; 230_subStreams[persistId] = subStreams; 253_customJournaledObjects[persistId] = customState;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
857parentTemplateValues[dependencyProperty] = value;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
181PITable[xmlNamespace] = pair; 232_assemblyPathTable[asmName] = assemblyPath; 3214_typeInformationCache[type] = typeInformationCacheData; 3875_constructorInformationCache[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance)); 4286_propertyConverters[dpOrPi] = converter;
src\Framework\System\Windows\Markup\XmlnsCache.cs (3)
190_cacheTable[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns); 201_cacheTable[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns); 212_uriToAssemblyNameTable[namespaceUri] = asmNameList;
src\Framework\System\Windows\Markup\XmlnsDictionary.cs (4)
238namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 312namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 535namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 725dict[prefix] = xmlNamespace;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (3)
581clockMappings[mappingKey] = animationClock; 591clockMappings[mappingKey] = clockList; 2029clocks[this] = new WeakReference(clock);
src\Framework\System\Windows\StyleHelper.cs (8)
613dataTriggerRecordFromBinding[propertyValue.Conditions[i].Binding] = record; 1140triggerActions[eventTrigger.RoutedEvent] = actionsList; 1641instanceValues[key] = NotYetApplied; 2879instanceValues[binding] = bindingExpr; 2979instanceValues[key] = value; 5092dataTriggersWithActions[binding] = triggerBase; 5106dataTriggersWithActions[binding] = newList; 5343childIndexFromChildName[childName] = value;
src\Framework\System\Windows\TemplateNameScope.cs (1)
109_nameMap[name] = scopedElement;
System.Configuration (2)
System\Configuration\ConfigurationLockCollection.cs (1)
199internalDictionary[name] = flags;
System\Configuration\updateconfighost.cs (1)
52_streams[oldStreamname] = new StreamUpdate(newStreamname);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
133functionsAvail[name] = result;
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (1)
94this.xmlSerializerTable[serializedType] = serializer;
System.Web (8)
FileChangesMonitor.cs (1)
318Aliases[alias] = alias;
UI\ClientScriptManager.cs (1)
1411_clientPostBackValidatedEventTable[hashKey] = null;
UI\WebParts\PersonalizationDictionary.cs (1)
78_dictionary[key] = value;
UI\WebParts\PersonalizationStateQuery.cs (5)
31_data["UserInactiveSinceDate"] = PersonalizationAdministration.DefaultInactiveSinceDate; 42_data["PathToMatch"] = value; 53_data["UserInactiveSinceDate"] = value; 65_data["UsernameToMatch"] = value; 89_data[queryKey] = value;
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1153if (result != null) _converterDict[attr.ConverterTypeName] = result;
System.Web.Mobile (4)
Mobile\CookielessData.cs (1)
39this[name] = FormsAuthentication.Encrypt(ticket2);
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
462duplicateNamesHash[style.Name] = true;
UI\MobileControls\Design\Util\DesignerUtility.cs (2)
135visitedChoices[key] = 1; 144visitedChoices[key] = ((int)visitedChoices[key]) + 1;
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1153if (result != null) _converterDict[attr.ConverterTypeName] = result;
WindowsBase (11)
Base\MS\Internal\BaseHashHelper.cs (2)
35_table[assembly] = dictionary; 68_table[assembly] = dictionary;
Base\System\ComponentModel\PropertyChangedEventManager.cs (7)
169dict[keys[i]] = list; 249toInstall[key] = list; 279dict[key] = list; 420dict[propertyName] = list; 426dict[propertyName] = list; 463dict[propertyName] = list; 616dict[AllListenersKey] = list;
Base\System\Windows\NameScope.cs (2)
59_nameMap[name] = scopedElement; 67_nameMap[name] = scopedElement;
133 references to
PresentationBuildTasks (12)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
762|| ((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace]).LocalAssembly 763|| string.IsNullOrEmpty(((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace]).AssemblyName);
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
1112XamlPropertyFullName oldUsageProp = (XamlPropertyFullName)properties[declaringProp];
Framework\System\Windows\Markup\XamlTypeMapper.cs (6)
359path = _assemblyPathTable[assemblyName.ToUpper( 376path = _assemblyPathTable[assemblyShortName] as String; 494string assemblyFullPath = _assemblyPathTable[args.Name] as String; 3208typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3480namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable[xmlNamespace]); 3753object ret = typeData.PropertyConverters[dpOrPiOrMi];
Framework\System\Windows\Markup\XmlnsCache.cs (3)
121string assemblyFullPath = _assemblyPathTable[assemblyName] as string; 161return _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 338pairList = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>;
PresentationCore (8)
Core\CSharp\MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
98PackageThreadSafePair packagePair = _packagePairs[uri] as PackageThreadSafePair;
Core\CSharp\System\IO\Packaging\PackageStore.cs (2)
87package = (Package) _packages[uri]; 174DemandSecurityPermissionIfCustomPackage((Package) _packages[uri]);
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (5)
255InputBindingCollection inputBindings = _classInputBindings[type] as InputBindingCollection; 290CommandBindingCollection bindings = _classCommandBindings[type] as CommandBindingCollection; 396InputBindingCollection classInputBindings = _classInputBindings[classType] as InputBindingCollection; 444CommandBindingCollection classCommandBindings = _classCommandBindings[classType] as CommandBindingCollection; 669CommandBindingCollection classCommandBindings = _classCommandBindings[classType] as CommandBindingCollection;
PresentationFramework (58)
src\Framework\MS\Internal\Data\DataBindEngine.cs (3)
218Task recentTask = (Task)_mostRecentTask[c]; 242for (Task task = (Task)_mostRecentTask[c]; task != null; task = task.PreviousForClient) 259for (Task task = (Task)_mostRecentTask[c]; task != null; task = task.PreviousForClient)
src\Framework\MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
314PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 336PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 361PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 363PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 399PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 476PropertyRecord pr = (PropertyRecord)_dict[keys[i]];
src\Framework\MS\Internal\Data\ValueChangedEventManager.cs (3)
173ValueChangedRecord record = (ValueChangedRecord)dict[keys[i]]; 348ValueChangedRecord record = (ValueChangedRecord)dict[pd]; 374ValueChangedRecord record = (ValueChangedRecord)dict[pd];
src\Framework\MS\Internal\Data\ValueTable.cs (2)
75object value = _table[key]; 167object value = _table[key];
src\Framework\MS\Internal\Data\ViewManager.cs (3)
239get { return (ViewRecord)base[new WeakRefKey(cvs)]; } 467CollectionRecord cr = (CollectionRecord)base[key]; 783int expirationDate = (int)_inactiveViewTables[vt];
src\Framework\MS\Internal\Data\XDeferredAxisSource.cs (1)
60Record record = (Record)_table[name];
src\Framework\MS\Internal\DataStreams.cs (2)
96ArrayList subStreams = (ArrayList) _subStreams[key]; 341(CustomJournalStateInternal)_customJournaledObjects[persistId];
src\Framework\System\Windows\Documents\AdornerLayer.cs (8)
196ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 224ArrayList adornerInfos = (ArrayList)ElementMap[key]; 248ArrayList adornerInfos = ElementMap[element] as ArrayList; 274ArrayList adornerInfos = ElementMap[element] as ArrayList; 576ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 602ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 697ArrayList adornerInfos = ElementMap[element] as ArrayList; 728ArrayList adornerInfos = ElementMap[element] as ArrayList;
src\Framework\System\Windows\Documents\PageContent.cs (1)
607Stream pageStream = (Stream)_pendingStreams[sender];
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
359path = _assemblyPathTable[assemblyName.ToUpper( 3208typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3480namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable[xmlNamespace]); 3797object ret = typeData.PropertyConverters[dpOrPiOrMi]; 3879return (ConstructorData)_constructorInformationCache[type];
src\Framework\System\Windows\Markup\XmlnsCache.cs (4)
173clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 176if (_uriToAssemblyNameTable[xmlns] != null) 183string[] asmNameList = _uriToAssemblyNameTable[xmlns] as string[]; 204clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>;
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
573object mappedObject = clockMappings[mappingKey]; 1966clockReference = clocks[this] as WeakReference;
src\Framework\System\Windows\StyleHelper.cs (15)
609DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[propertyValue.Conditions[i].Binding]; 1112actionsList = triggerActions[eventTrigger.RoutedEvent] as List<TriggerAction>; 1646object value = instanceValues[key]; 1745BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues[binding]; 2518? ownerStyle._triggerActions[Event] as List<TriggerAction> 2525? frameworkTemplate._triggerActions[Event] as List<TriggerAction> 2875BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues[binding]; 2928object value = (instanceValues != null)? instanceValues[key] : null; 3812value = parentTemplateValues[dp]; 5087object existing = dataTriggersWithActions[binding]; 5149DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5192DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5230DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5269object candidateTrigger = dataTriggersWithActions[binding]; 5369object value = childIndexFromChildName[childName];
src\Framework\System\Windows\TemplateNameScope.cs (3)
155childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 161childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 230return _nameMap[name];
System.Configuration (18)
System\Configuration\BaseConfigurationRecord.cs (8)
685StreamInfo fileStreamInfo = (StreamInfo) streamInfos[ConfigStreamInfo.StreamName]; 3442HybridDictionary locationSectionRecordDictionary = (HybridDictionary) locationConfigPaths[targetConfigPath]; 3448LocationSectionRecord duplicateRecord = (LocationSectionRecord) locationSectionRecordDictionary[locationSectionRecord.ConfigKey]; 3822StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.StreamInfos[streamname]; 3850StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.StreamInfos[streamname]; 3883streamInfo = (StreamInfo) ConfigStreamInfo.StreamInfos[streamname]; 3925StreamInfo streamInfo = (StreamInfo) ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3954StreamInfo streamInfo = (StreamInfo) current.ConfigStreamInfo.StreamInfos[configSourceStreamName];
System\Configuration\ConfigurationLockCollection.cs (8)
129flags = ConfigurationValueFlags.Modified | (ConfigurationValueFlags)internalDictionary[name]; 143flags = ConfigurationValueFlags.Modified | (ConfigurationValueFlags)internalDictionary[name]; 163((ConfigurationValueFlags)internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0); 168((ConfigurationValueFlags)internalDictionary[name] & ConfigurationValueFlags.Modified) != 0); 193((ConfigurationValueFlags)internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0) { 194if (((ConfigurationValueFlags)internalDictionary[name] & ConfigurationValueFlags.Modified) != 0) { 197ConfigurationValueFlags flags = (ConfigurationValueFlags)internalDictionary[name]; 291return (bool)(((ConfigurationValueFlags)internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0);
System\Configuration\MgmtConfigurationRecord.cs (1)
655StreamInfo streamInfo = (StreamInfo) _streamInfoUpdates[newConfigSourceStreamName];
System\Configuration\updateconfighost.cs (1)
77StreamUpdate streamUpdate = (StreamUpdate) _streams[oldStreamname];
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
126object obj = functionsAvail[name];
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
725if ((string)prefixesInUse[recPrefix] != recNsUri) {
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1752DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)map[action]; 1770DispatchOperationRuntime operation = (DispatchOperationRuntime)this.map[action];
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (2)
75XmlSerializer serializer = (XmlSerializer)this.xmlSerializerTable[serializedType]; 87serializer = (XmlSerializer)this.xmlSerializerTable[serializedType];
System.Web (16)
FileChangesMonitor.cs (2)
302FileMonitorTarget target = (FileMonitorTarget)_targets[callback.Target]; 325FileMonitorTarget target = (FileMonitorTarget)_targets[callbackTarget];
PartitionResolver.cs (2)
73partitionInfo = (IPartitionInfo)_partitions[partitionString]; 90partitionInfo = (IPartitionInfo)_partitions[partitionString];
Security\RolePrincipal.cs (4)
305if (_Roles[role] == null) 336if (_Roles[roleTemp] == null) 342if (_Roles[role] != null) 372if (_Roles[role] == null)
UI\ControlBuilder.cs (1)
2990object o = dictionary[entry.Name];
UI\Page.cs (1)
2964else if (_registeredControlsRequiringClearChildControlState[control] == null) {
UI\WebParts\ConsumerConnectionPointCollection.cs (1)
59return ((_ids != null) ? (ConsumerConnectionPoint)_ids[id] : null);
UI\WebParts\PersonalizationDictionary.cs (1)
71return (PersonalizationEntry)_dictionary[key];
UI\WebParts\PersonalizationStateQuery.cs (1)
72return _data[queryKey];
UI\WebParts\ProviderConnectionPointCollection.cs (1)
60return ((_ids != null) ? (ProviderConnectionPoint)_ids[id] : null);
UI\WebParts\WebPartDescriptionCollection.cs (1)
64return ((_ids != null) ? (WebPartDescription)_ids[id] : null);
UI\WebParts\WebPartVerbCollection.cs (1)
46return (WebPartVerb)_ids[id];
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1108return (TypeConverter)_converterDict[attr.ConverterTypeName];
System.Web.Mobile (3)
UI\MobileControls\Design\Util\DesignerUtility.cs (3)
133if(visitedChoices[key] == null) 139if((int)visitedChoices[key] == 1) 144visitedChoices[key] = ((int)visitedChoices[key]) + 1;
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
1108return (TypeConverter)_converterDict[attr.ConverterTypeName];
WindowsBase (10)
Base\MS\Internal\BaseHashHelper.cs (1)
59dictionary = (HybridDictionary)_table[assembly];
Base\System\ComponentModel\PropertyChangedEventManager.cs (6)
166ListenerList list = (ListenerList)dict[keys[i]]; 413ListenerList list = (ListenerList)dict[propertyName]; 456ListenerList list = (ListenerList)dict[propertyName]; 520ListenerList<PropertyChangedEventArgs> listeners = (ListenerList<PropertyChangedEventArgs>)dict[propertyName]; 521ListenerList<PropertyChangedEventArgs> genericListeners = (ListenerList<PropertyChangedEventArgs>)dict[String.Empty]; 556list = (ListenerList)dict[AllListenersKey];
Base\System\Windows\NameScope.cs (3)
63object nameContext = _nameMap[name]; 96if (_nameMap != null && _nameMap[name] != null) 122return _nameMap[name];