1 write to indexingProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1128
this.
indexingProperty
= type.GetProperty("Item");
2 references to indexingProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
1081
return this.
indexingProperty
.GetValue(this.instance, new object[] { key });
1092
this.
indexingProperty
.SetValue(this.instance, value, new object[] { key });