Implemented interface members:
property
this
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.this[TKey]
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
5 writes to
CodeStyleConfigFileGenerator (1)
Program.cs (1)
63
allRulesById
[
rule.Id] = rule;
GenerateRulesMissingDocumentation (1)
Program.cs (1)
161
allRulesById
[
rule.Id] = rule;
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
742
propertyTriggerLayers
[
propertyTriggerLayerIndex] = layer;
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
623
this
[
tempKey] = (TValue)value!;
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
240
_partList
[
validatedPartUri] = addedPart;
3 references to
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
736
layer = propertyTriggerLayers
[
propertyTriggerLayerIndex];
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
323
_partList
[
validatedPartUri].IsDeleted = true;
324
_partList
[
validatedPartUri].Close();