3 writes to ShouldCollapseAll
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
654this.ShouldCollapseAll = true; 668this.ShouldCollapseAll = false;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
179this.ShouldCollapseAll = (bool)collapseAllState;
4 references to ShouldCollapseAll
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
648e.CanExecute = !this.ShouldCollapseAll; 661e.CanExecute = this.ShouldExpandAll || this.ShouldCollapseAll; 714if (this.ShouldCollapseAll)
System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
114DoesParentAlwaysCollapseChildren(modelItem, context), isDesignerExpanded, designerView.ShouldExpandAll, designerView.ShouldCollapseAll, isDesignerPinned);