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