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