Base:
method
BeginEdit
System.Activities.Presentation.Model.ModelItem.BeginEdit(System.String, System.Boolean)
2 references to BeginEdit
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
541return this.BeginEdit(null, shouldApplyChangesImmediately); 546return this.BeginEdit(description, false);