1 write to removeMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1127this.removeMethod = type.GetMethod("Remove");
1 reference to removeMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1199this.removeMethod.Invoke(this.instance, new object[] { key });