1 write to indexingProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1128this.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)
1081return this.indexingProperty.GetValue(this.instance, new object[] { key }); 1092this.indexingProperty.SetValue(this.instance, value, new object[] { key });