Implemented interface member:
63 writes to
PresentationBuildTasks (10)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
769
XamlTypeMapper.PITable
[
xamlPIMappingNode.XmlNamespace] = namespaceMapping;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
1113
properties
[
declaringProp] = usageProp;
5763
_keyDictionary
[
key] = null;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (3)
203
_assemblyPathTable
[
asmName] = assemblyPath;
2992
_typeInformationCache
[
type] = typeInformationCacheData;
4052
_propertyConverters
[
dpOrPi] = converter;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (1)
319
_cacheTable
[
xmlns] = new List<ClrNamespaceAssemblyPair>();
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (3)
227
namespaceTable
[
_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri;
522
namespaceTable
[
_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri;
712
dict
[
prefix] = xmlNamespace;
PresentationCore (2)
System\Windows\Input\Command\CommandManager.cs (2)
194
_classInputBindings
[
type] = inputBindings;
223
_classCommandBindings
[
type] = bindings;
PresentationFramework (38)
MS\Internal\Data\DataBindEngine.cs (2)
206
_mostRecentTask
[
c] = newTask;
397
_asyncDispatchers
[
asyncDispatcher] = null; // the value is unused
MS\Internal\Data\StaticPropertyChangedEventManager.cs (2)
311
_dict
[
propertyName] = pr;
432
_dict
[
AllListenersKey] = new PropertyRecord(AllListenersKey, this, list);
MS\Internal\Data\ValueChangedEventManager.cs (1)
342
dict
[
pd] = record;
MS\Internal\Data\ValueTable.cs (1)
103
_table
[
key] = value;
MS\Internal\Data\ViewManager.cs (3)
238
base
[
new WeakRefKey(cvs)] = value;
705
_inactiveViewTables
[
vt] = InactivityThreshold;
778
_inactiveViewTables
[
vt] = expirationDate;
MS\Internal\Data\XDeferredAxisSource.cs (1)
89
_table
[
name] = record;
MS\Internal\DataStreams.cs (3)
65
_subStreams
[
key] = subStreams;
193
_subStreams
[
persistId] = subStreams;
216
_customJournaledObjects
[
persistId] = customState;
System\Windows\FrameworkTemplate.cs (1)
844
parentTemplateValues
[
dependencyProperty] = value;
System\Windows\Markup\XamlTypeMapper.cs (5)
155
PITable
[
xmlNamespace] = pair;
203
_assemblyPathTable
[
asmName] = assemblyPath;
2992
_typeInformationCache
[
type] = typeInformationCacheData;
3647
_constructorInformationCache
[
type] = new ConstructorData(type.GetConstructors(BindingFlags.Public | BindingFlags.Instance));
4052
_propertyConverters
[
dpOrPi] = converter;
System\Windows\Markup\XmlnsCache.cs (3)
173
_cacheTable
[
xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns);
184
_cacheTable
[
xmlns] = GetClrnsToAssemblyNameMappingList(asmList, xmlns);
195
_uriToAssemblyNameTable
[
namespaceUri] = asmNameList;
System\Windows\Markup\XmlnsDictionary.cs (4)
227
namespaceTable
[
_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri;
300
namespaceTable
[
_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri;
522
namespaceTable
[
_nsDeclarations[thisDecl].Prefix] = _nsDeclarations[thisDecl].Uri;
712
dict
[
prefix] = xmlNamespace;
System\Windows\Media\Animation\Storyboard.cs (3)
581
clockMappings
[
mappingKey] = animationClock;
591
clockMappings
[
mappingKey] = clockList;
2004
clocks
[
this] = new WeakReference(clock);
System\Windows\StyleHelper.cs (8)
597
dataTriggerRecordFromBinding
[
propertyValue.Conditions[i].Binding] = record;
1132
triggerActions
[
eventTrigger.RoutedEvent] = actionsList;
1633
instanceValues
[
key] = NotYetApplied;
2868
instanceValues
[
binding] = bindingExpr;
2968
instanceValues
[
key] = value;
5082
dataTriggersWithActions
[
binding] = triggerBase;
5096
dataTriggersWithActions
[
binding] = newList;
5332
childIndexFromChildName
[
childName] = value;
System\Windows\TemplateNameScope.cs (1)
106
_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)
45
_nameMap
[
name] = scopedElement;
53
_nameMap
[
name] = scopedElement;
System\Xaml\NameScopeDictionary.cs (2)
61
_nameMap
[
name] = scopedElement;
69
_nameMap
[
name] = scopedElement;
103 references to
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
875
DispatchOperationRuntime existingOperation = (DispatchOperationRuntime)_map
[
action];
893
DispatchOperationRuntime operation = (DispatchOperationRuntime)_map
[
action];
PresentationBuildTasks (11)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
760
|| ((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable
[
xamlPIMappingNode.XmlNamespace]).LocalAssembly
761
|| string.IsNullOrEmpty(((ClrNamespaceAssemblyPair)XamlTypeMapper.PITable
[
xamlPIMappingNode.XmlNamespace]).AssemblyName);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
1100
XamlPropertyFullName oldUsageProp = (XamlPropertyFullName)properties
[
declaringProp];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (5)
335
path = _assemblyPathTable
[
assemblyName.ToUpper(
352
path = _assemblyPathTable
[
assemblyShortName] as String;
2984
typeInformationCacheData = _typeInformationCache
[
type] as TypeInformationCacheData;
3258
namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable
[
xmlNamespace]);
3525
object ret = typeData.PropertyConverters
[
dpOrPiOrMi];
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsCache.cs (3)
104
string assemblyFullPath = _assemblyPathTable
[
assemblyName] as string;
144
return _cacheTable
[
xmlns] as List<ClrNamespaceAssemblyPair>;
321
pairList = (List<ClrNamespaceAssemblyPair>)_cacheTable
[
xmlns];
PresentationCore (7)
MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
74
PackageThreadSafePair packagePair = _packagePairs
[
uri] as PackageThreadSafePair;
System\IO\Packaging\PackageStore.cs (1)
63
package = (Package) _packages
[
uri];
System\Windows\Input\Command\CommandManager.cs (5)
189
InputBindingCollection inputBindings = _classInputBindings
[
type] as InputBindingCollection;
218
CommandBindingCollection bindings = _classCommandBindings
[
type] as CommandBindingCollection;
321
InputBindingCollection classInputBindings = _classInputBindings
[
classType] as InputBindingCollection;
370
CommandBindingCollection classCommandBindings = _classCommandBindings
[
classType] as CommandBindingCollection;
563
if (_classCommandBindings
[
classType] is CommandBindingCollection classCommandBindings)
PresentationFramework (57)
MS\Internal\Data\DataBindEngine.cs (3)
202
Task recentTask = (Task)_mostRecentTask
[
c];
226
for (Task task = (Task)_mostRecentTask
[
c]; task != null; task = task.PreviousForClient)
243
for (Task task = (Task)_mostRecentTask
[
c]; task != null; task = task.PreviousForClient)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (6)
305
PropertyRecord pr = (PropertyRecord)_dict
[
propertyName];
327
PropertyRecord pr = (PropertyRecord)_dict
[
propertyName];
352
PropertyRecord pr = (PropertyRecord)_dict
[
propertyName];
354
PropertyRecord genericRecord = (PropertyRecord)_dict
[
String.Empty];
390
PropertyRecord pr = (PropertyRecord)_dict
[
AllListenersKey];
467
PropertyRecord pr = (PropertyRecord)_dict
[
keys[i]];
MS\Internal\Data\ValueChangedEventManager.cs (3)
160
ValueChangedRecord record = (ValueChangedRecord)dict
[
keys[i]];
335
ValueChangedRecord record = (ValueChangedRecord)dict
[
pd];
361
ValueChangedRecord record = (ValueChangedRecord)dict
[
pd];
MS\Internal\Data\ValueTable.cs (2)
69
object value = _table
[
key];
161
object value = _table
[
key];
MS\Internal\Data\ViewManager.cs (3)
234
get { return (ViewRecord)base
[
new WeakRefKey(cvs)]; }
461
CollectionRecord cr = (CollectionRecord)base
[
key];
775
int expirationDate = (int)_inactiveViewTables
[
vt];
MS\Internal\Data\XDeferredAxisSource.cs (1)
56
Record record = (Record)_table
[
name];
MS\Internal\DataStreams.cs (2)
61
ArrayList subStreams = (ArrayList) _subStreams
[
key];
304
(CustomJournalStateInternal)_customJournaledObjects
[
persistId];
System\Windows\Documents\AdornerLayer.cs (8)
182
ArrayList adornerInfos = ElementMap
[
adorner.AdornedElement] as ArrayList;
210
ArrayList adornerInfos = (ArrayList)ElementMap
[
key];
233
ArrayList adornerInfos = ElementMap
[
element] as ArrayList;
258
ArrayList adornerInfos = ElementMap
[
element] as ArrayList;
560
ArrayList adornerInfos = ElementMap
[
adorner.AdornedElement] as ArrayList;
586
ArrayList adornerInfos = ElementMap
[
adorner.AdornedElement] as ArrayList;
680
ArrayList adornerInfos = ElementMap
[
element] as ArrayList;
711
ArrayList adornerInfos = ElementMap
[
element] as ArrayList;
System\Windows\Documents\PageContent.cs (1)
574
Stream pageStream = (Stream)_pendingStreams
[
sender];
System\Windows\Markup\XamlTypeMapper.cs (5)
335
path = _assemblyPathTable
[
assemblyName.ToUpper(
2984
typeInformationCacheData = _typeInformationCache
[
type] as TypeInformationCacheData;
3258
namespaceAssemblyPair.Add((ClrNamespaceAssemblyPair)PITable
[
xmlNamespace]);
3569
object ret = typeData.PropertyConverters
[
dpOrPiOrMi];
3651
return (ConstructorData)_constructorInformationCache
[
type];
System\Windows\Markup\XmlnsCache.cs (4)
156
clrNsMapping = _cacheTable
[
xmlns] as List<ClrNamespaceAssemblyPair>;
159
if (_uriToAssemblyNameTable
[
xmlns] != null)
166
string[] asmNameList = (string[])_uriToAssemblyNameTable
[
xmlns];
187
clrNsMapping = _cacheTable
[
xmlns] as List<ClrNamespaceAssemblyPair>;
System\Windows\Media\Animation\Storyboard.cs (2)
573
object mappedObject = clockMappings
[
mappingKey];
1941
clockReference = clocks
[
this] as WeakReference;
System\Windows\StyleHelper.cs (14)
593
DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding
[
propertyValue.Conditions[i].Binding];
1104
actionsList = triggerActions
[
eventTrigger.RoutedEvent] as List<TriggerAction>;
1638
object value = instanceValues
[
key];
1737
BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues
[
binding];
2507
? ownerStyle._triggerActions
[
Event] as List<TriggerAction>
2514
? frameworkTemplate._triggerActions
[
Event] as List<TriggerAction>
2864
BindingExpressionBase bindingExpr = (BindingExpressionBase)instanceValues
[
binding];
3801
value = parentTemplateValues
[
dp];
5077
object existing = dataTriggersWithActions
[
binding];
5139
DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding
[
binding];
5182
DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding
[
binding];
5220
DataTriggerRecord record = (DataTriggerRecord)dataTriggerRecordFromBinding
[
binding];
5259
object candidateTrigger = dataTriggersWithActions
[
binding];
5358
object value = childIndexFromChildName
[
childName];
System\Windows\TemplateNameScope.cs (3)
152
childIndex = fe.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName
[
name];
158
childIndex = fce.TemplateChildIndex = (int)_frameworkTemplate.ChildIndexFromChildName
[
name];
227
return _nameMap
[
name];
System.Configuration.ConfigurationManager (19)
System\Configuration\BaseConfigurationRecord.cs (8)
626
StreamInfo fileStreamInfo = (StreamInfo)streamInfos
[
ConfigStreamInfo.StreamName];
2882
(HybridDictionary)locationConfigPaths
[
targetConfigPath];
2891
locationSectionRecordDictionary
[
locationSectionRecord.ConfigKey];
3224
StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos
[
streamname];
3251
StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos
[
streamname];
3278
StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos
[
streamname];
3312
StreamInfo streamInfo = (StreamInfo)ConfigStreamInfo.StreamInfos
[
configSourceStreamName];
3338
(StreamInfo)current.ConfigStreamInfo.StreamInfos
[
configSourceStreamName];
System\Configuration\ConfigurationLockCollection.cs (9)
186
flags = ConfigurationValueFlags.Modified | (ConfigurationValueFlags)_internalDictionary
[
name];
201
flags = 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))
260
if (((ConfigurationValueFlags)_internalDictionary
[
name] & ConfigurationValueFlags.Modified) == 0)
265
ConfigurationValueFlags flags = (ConfigurationValueFlags)_internalDictionary
[
name];
326
((ConfigurationValueFlags)_internalDictionary
[
name] & ConfigurationValueFlags.Inherited) != 0;
System\Configuration\MgmtConfigurationRecord.cs (1)
562
StreamInfo streamInfo = (StreamInfo)_streamInfoUpdates
[
newConfigSourceStreamName];
System\Configuration\UpdateConfigHost.cs (1)
62
StreamUpdate streamUpdate = (StreamUpdate)_streams
[
oldStreamname];
System.Private.Xml (2)
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
126
object? obj = _functionsAvail
[
name];
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
841
if ((string?)_prefixesInUse
[
recPrefix!] != recNsUri)
System.Xaml (5)
System\Xaml\NameScope.cs (2)
49
object nameContext = _nameMap
[
name];
95
return _nameMap
[
name];
System\Xaml\NameScopeDictionary.cs (3)
65
object nameContext = _nameMap
[
name];
93
if (_nameMap is not null && _nameMap
[
name] is not null)
122
return _nameMap
[
name];