1 write to indexingProperty
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1128this.indexingProperty = type.GetProperty("Item");
2 references to indexingProperty
System.Activities.Presentation (2)
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 });