Implemented interface members:
property
this
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.this[TKey]
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
7 writes to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
743propertyTriggerLayers[propertyTriggerLayerIndex] = layer;
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
565this[tempKey] = (TValue)value;
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
80this.trackedMessages[lookupId] = value;
System.Web.Extensions (3)
UI\ProfileServiceManager.cs (1)
208containingObject[propertyName] = profile == null ? null : profile[fullPropertyName];
UI\ScriptComponentDescriptor.cs (2)
143Events[name] = handler; 155Properties[name] = value;
WindowsBase (1)
Base\System\IO\Packaging\Package.cs (1)
336_partList[validatedPartUri] = addedPart;
8 references to
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
737layer = propertyTriggerLayers[propertyTriggerLayerIndex];
System.IdentityModel (1)
System\IdentityModel\Metadata\IndexedProtocolEndpointDictionary.cs (1)
40return this[this.Keys[0]];
System.ServiceModel (1)
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
813return LegacyDiagnosticTrace.GenerateMsdnTraceCode(terminatorUri, traceCodes[traceCode]);
System.Web.Extensions (1)
UI\ProfileServiceManager.cs (1)
194containingObject = profileGroups[groupName];
WindowsBase (4)
Base\System\IO\Packaging\Package.cs (4)
412validatedPartUri = (PackUriHelper.ValidatedPartUri)_partList[validatedPartUri].Uri; 413_partList[validatedPartUri].IsDeleted = true; 414_partList[validatedPartUri].Close(); 1387return _partList[validatePartUri];