4 writes to IsUndoRedoInProgress
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\UndoEngine.cs (4)
86
this.
IsUndoRedoInProgress
= true;
88
this.
IsUndoRedoInProgress
= false;
98
this.
IsUndoRedoInProgress
= true;
100
this.
IsUndoRedoInProgress
= false;
8 references to IsUndoRedoInProgress
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
551
return null != this.Context && this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (1)
170
if (null != context && !context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
355
bool isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
;
389
bool isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
466
if ((!this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
) && (!this.isSelectionChangedInternally))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (3)
349
if (this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
)
412
var isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
;
471
bool isUndoRedoInProgress = this.Context.Services.GetService<UndoEngine>().
IsUndoRedoInProgress
;