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)
743
propertyTriggerLayers
[
propertyTriggerLayerIndex] = layer;
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
565
this
[
tempKey] = (TValue)value;
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq3PoisonHandler.cs (1)
80
this.trackedMessages
[
lookupId] = value;
System.Web.Extensions (3)
UI\ProfileServiceManager.cs (1)
208
containingObject
[
propertyName] = profile == null ? null : profile[fullPropertyName];
UI\ScriptComponentDescriptor.cs (2)
143
Events
[
name] = handler;
155
Properties
[
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)
737
layer = propertyTriggerLayers
[
propertyTriggerLayerIndex];
System.IdentityModel (1)
System\IdentityModel\Metadata\IndexedProtocolEndpointDictionary.cs (1)
40
return this
[
this.Keys[0]];
System.ServiceModel (1)
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
813
return LegacyDiagnosticTrace.GenerateMsdnTraceCode(terminatorUri, traceCodes
[
traceCode]);
System.Web.Extensions (1)
UI\ProfileServiceManager.cs (1)
194
containingObject = profileGroups
[
groupName];
WindowsBase (4)
Base\System\IO\Packaging\Package.cs (4)
412
validatedPartUri = (PackUriHelper.ValidatedPartUri)_partList
[
validatedPartUri].Uri;
413
_partList
[
validatedPartUri].IsDeleted = true;
414
_partList
[
validatedPartUri].Close();
1387
return _partList
[
validatePartUri];