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