2 references to IsBookmarkInPlace
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemHelper.cs (1)
15if (shouldApplyChangesImmediately && modelTreeManager.Context.Services.GetService<UndoEngine>().IsBookmarkInPlace)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
680return this.editingScopes.Count == 0 && !this.Context.Services.GetService<UndoEngine>().IsBookmarkInPlace;