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