Implemented interface member:
63 writes to
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
768XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace] = namespaceMapping;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1112properties[declaringProp] = usageProp; 5761_keyDictionary[key] = null;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (3)
202_assemblyPathTable[asmName] = assemblyPath; 2991_typeInformationCache[type] = typeInformationCacheData; 4051_propertyConverters[dpOrPi] = converter;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
318_cacheTable[xmlns] = new List<ClrNamespaceAssemblyPair>();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (3)
226namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 521namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 711dict[prefix] = xmlNamespace;
PresentationCore (2)
System\Windows\Input\Command\CommandManager.cs (2)
193_classInputBindings[type] = inputBindings; 222_classCommandBindings[type] = bindings;
PresentationFramework (38)
MS\Internal\Data\DataBindEngine.cs (2)
205_mostRecentTask[c] = newTask; 396_asyncDispatchers[asyncDispatcher] = null; // the value is unused
MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
310_dict[propertyName] = pr; 431_dict[AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
MS\Internal\Data\ValueChangedEventManager.cs (1)
341dict[pd] = record;
MS\Internal\Data\ValueTable.cs (1)
102_table[key] = value;
MS\Internal\Data\ViewManager.cs (3)
237base[new WeakRefKey(cvs)] = value; 702_inactiveViewTables[vt] = InactivityThreshold; 775_inactiveViewTables[vt] = expirationDate;
MS\Internal\Data\XDeferredAxisSource.cs (1)
88_table[name] = record;
MS\Internal\DataStreams.cs (3)
64_subStreams[key] = subStreams; 192_subStreams[persistId] = subStreams; 215_customJournaledObjects[persistId] = customState;
System\Windows\FrameworkTemplate.cs (1)
839parentTemplateValues[dependencyProperty] = value;
System\Windows\Markup\XamlTypeMapper.cs (5)
154PITable[xmlNamespace] = pair; 202_assemblyPathTable[asmName] = assemblyPath; 2991_typeInformationCache[type] = typeInformationCacheData; 3646_constructorInformationCache[type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance)); 4051_propertyConverters[dpOrPi] = converter;
System\Windows\Markup\XmlnsCache.cs (3)
172_cacheTable[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns); 183_cacheTable[xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns); 194_uriToAssemblyNameTable[namespaceUri] = asmNameList;
System\Windows\Markup\XmlnsDictionary.cs (4)
226namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 299namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 521namespaceTable[_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri; 711dict[prefix] = xmlNamespace;
System\Windows\Media\Animation\Storyboard.cs (3)
580clockMappings[mappingKey] = animationClock; 590clockMappings[mappingKey] = clockList; 2000clocks[this] = new WeakReference(clock);
System\Windows\StyleHelper.cs (8)
593dataTriggerRecordFromBinding[propertyValue.Conditions[i].Binding] = record; 1129triggerActions[eventTrigger.RoutedEvent] = actionsList; 1630instanceValues[key] = NotYetApplied; 2865instanceValues[binding] = bindingExpr; 2965instanceValues[key] = value; 5079dataTriggersWithActions[binding] = triggerBase; 5093dataTriggersWithActions[binding] = newList; 5329childIndexFromChildName[childName] = value;
System\Windows\TemplateNameScope.cs (1)
105_nameMap[name] = scopedElement;
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationLockCollection.cs (1)
267_internalDictionary[name] = flags;
System\Configuration\UpdateConfigHost.cs (1)
41_streams[oldStreamname] = new StreamUpdate(newStreamname);
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
134_functionsAvail[name] = result;
System.Windows.Forms.Design (6)
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (6)
100_nameTable[member.Name] = member; 120_nameTable[local.Name] = statement; 126_nameTable[declaration.Name] = rootCtx.Expression; 231_nameTable[name] = null; 269_nameTable[name] = comp; 316_nameTable[name] = value;
System.Xaml (4)
System\Xaml\NameScope.cs (2)
44_nameMap[name] = scopedElement; 52_nameMap[name] = scopedElement;
System\Xaml\NameScopeDictionary.cs (2)
60_nameMap[name] = scopedElement; 68_nameMap[name] = scopedElement;
103 references to
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
875DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)_map[action]; 893DispatchOperationRuntime operation = (DispatchOperationRuntime)_map[action];
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
759|| ((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace]).LocalAssembly 760|| string.IsNullOrEmpty(((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable[xamlPIMappingNode.XmlNamespace]).AssemblyName);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1099XamlPropertyFullName oldUsageProp = (XamlPropertyFullName)properties[declaringProp];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (5)
334path = _assemblyPathTable[assemblyName.ToUpper( 351path = _assemblyPathTable[assemblyShortName] as String; 2983typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3257namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable[xmlNamespace]); 3524object ret = typeData.PropertyConverters[dpOrPiOrMi];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (3)
103string assemblyFullPath = _assemblyPathTable[assemblyName] as string; 143return _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 320pairList = (List<ClrNamespaceAssemblyPair>)_cacheTable[xmlns];
PresentationCore (7)
MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
73PackageThreadSafePair packagePair = _packagePairs[uri] as PackageThreadSafePair;
System\IO\Packaging\PackageStore.cs (1)
62package = (Package) _packages[uri];
System\Windows\Input\Command\CommandManager.cs (5)
188InputBindingCollection inputBindings = _classInputBindings[type] as InputBindingCollection; 217CommandBindingCollection bindings = _classCommandBindings[type] as CommandBindingCollection; 320InputBindingCollection classInputBindings = _classInputBindings[classType] as InputBindingCollection; 369CommandBindingCollection classCommandBindings = _classCommandBindings[classType] as CommandBindingCollection; 562if (_classCommandBindings[classType] is CommandBindingCollection classCommandBindings)
PresentationFramework (57)
MS\Internal\Data\DataBindEngine.cs (3)
201Task recentTask = (Task)_mostRecentTask[c]; 225for (Task task = (Task)_mostRecentTask[c]; task != null; task = task.PreviousForClient) 242for (Task task = (Task)_mostRecentTask[c]; task != null; task = task.PreviousForClient)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
304PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 326PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 351PropertyRecord pr = (PropertyRecord)_dict[propertyName]; 353PropertyRecord genericRecord = (PropertyRecord)_dict[String.Empty]; 389PropertyRecord pr = (PropertyRecord)_dict[AllListenersKey]; 466PropertyRecord pr = (PropertyRecord)_dict[keys[i]];
MS\Internal\Data\ValueChangedEventManager.cs (3)
159ValueChangedRecord record = (ValueChangedRecord)dict[keys[i]]; 334ValueChangedRecord record = (ValueChangedRecord)dict[pd]; 360ValueChangedRecord record = (ValueChangedRecord)dict[pd];
MS\Internal\Data\ValueTable.cs (2)
68object value = _table[key]; 160object value = _table[key];
MS\Internal\Data\ViewManager.cs (3)
233get { return (ViewRecord)base[new WeakRefKey(cvs)]; } 458CollectionRecord cr = (CollectionRecord)base[key]; 772int expirationDate = (int)_inactiveViewTables[vt];
MS\Internal\Data\XDeferredAxisSource.cs (1)
55Record record = (Record)_table[name];
MS\Internal\DataStreams.cs (2)
60ArrayList subStreams = (ArrayList) _subStreams[key]; 303(CustomJournalStateInternal)_customJournaledObjects[persistId];
System\Windows\Documents\AdornerLayer.cs (8)
181ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 209ArrayList adornerInfos = (ArrayList)ElementMap[key]; 232ArrayList adornerInfos = ElementMap[element] as ArrayList; 257ArrayList adornerInfos = ElementMap[element] as ArrayList; 559ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 585ArrayList adornerInfos = ElementMap[adorner.AdornedElement] as ArrayList; 679ArrayList adornerInfos = ElementMap[element] as ArrayList; 710ArrayList adornerInfos = ElementMap[element] as ArrayList;
System\Windows\Documents\PageContent.cs (1)
573Stream pageStream = (Stream)_pendingStreams[sender];
System\Windows\Markup\XamlTypeMapper.cs (5)
334path = _assemblyPathTable[assemblyName.ToUpper( 2983typeInformationCacheData = _typeInformationCache[type] as TypeInformationCacheData; 3257namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable[xmlNamespace]); 3568object ret = typeData.PropertyConverters[dpOrPiOrMi]; 3650return (ConstructorData)_constructorInformationCache[type];
System\Windows\Markup\XmlnsCache.cs (4)
155clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>; 158if (_uriToAssemblyNameTable[xmlns] != null) 165string[] asmNameList = (string[])_uriToAssemblyNameTable[xmlns]; 186clrNsMapping = _cacheTable[xmlns] as List<ClrNamespaceAssemblyPair>;
System\Windows\Media\Animation\Storyboard.cs (2)
572object mappedObject = clockMappings[mappingKey]; 1937clockReference = clocks[this] as WeakReference;
System\Windows\StyleHelper.cs (14)
589DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[propertyValue.Conditions[i].Binding]; 1101actionsList = triggerActions[eventTrigger.RoutedEvent] as List<TriggerAction>; 1635object value = instanceValues[key]; 1734BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues[binding]; 2504? ownerStyle._triggerActions[Event] as List<TriggerAction> 2511? frameworkTemplate._triggerActions[Event] as List<TriggerAction> 2861BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues[binding]; 3798value = parentTemplateValues[dp]; 5074object existing = dataTriggersWithActions[binding]; 5136DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5179DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5217DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding[binding]; 5256object candidateTrigger = dataTriggersWithActions[binding]; 5355object value = childIndexFromChildName[childName];
System\Windows\TemplateNameScope.cs (3)
151childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 157childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName[name]; 226return _nameMap[name];
System.Configuration.ConfigurationManager (19)
System\Configuration\BaseConfigurationRecord.cs (8)
626StreamInfo fileStreamInfo = (StreamInfo)streamInfos[ConfigStreamInfo.StreamName]; 2882(HybridDictionary)locationConfigPaths[targetConfigPath]; 2891locationSectionRecordDictionary[locationSectionRecord.ConfigKey]; 3224StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3251StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3278StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[streamname]; 3312StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos[configSourceStreamName]; 3338(StreamInfo)current.ConfigStreamInfo.StreamInfos[configSourceStreamName];
System\Configuration\ConfigurationLockCollection.cs (9)
186flags = ConfigurationValueFlags.Modified | (ConfigurationValueFlags)_internalDictionary[name]; 201flags = ConfigurationValueFlags.Modified | (ConfigurationValueFlags)_internalDictionary[name]; 218(((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0); 230(((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0); 236(((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Modified) != 0); 258(((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0)) 260if (((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Modified) == 0) 265ConfigurationValueFlags flags = (ConfigurationValueFlags)_internalDictionary[name]; 326((ConfigurationValueFlags)_internalDictionary[name] & ConfigurationValueFlags.Inherited) != 0;
System\Configuration\MgmtConfigurationRecord.cs (1)
562StreamInfo streamInfo = (StreamInfo)_streamInfoUpdates[newConfigSourceStreamName];
System\Configuration\UpdateConfigHost.cs (1)
62StreamUpdate streamUpdate = (StreamUpdate)_streams[oldStreamname];
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
126object? obj = _functionsAvail[name];
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
841if ((string?)_prefixesInUse[recPrefix!] != recNsUri)
System.Xaml (5)
System\Xaml\NameScope.cs (2)
48object nameContext = _nameMap[name]; 94return _nameMap[name];
System\Xaml\NameScopeDictionary.cs (3)
64object nameContext = _nameMap[name]; 92if (_nameMap is not null && _nameMap[name] is not null) 121return _nameMap[name];