2 writes to IsUndo
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
2727
this.
IsUndo
= false;
2767
IsUndo
= !this.IsUndo,
2 references to IsUndo
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
2741
if (this.
IsUndo
)
2767
IsUndo = !this.
IsUndo
,