3 writes to ShouldExpandAll
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
667this.ShouldExpandAll = false; 681this.ShouldExpandAll = true;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
172this.ShouldExpandAll = (bool)expandAllState;
7 references to ShouldExpandAll
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Core.Presentation\System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (1)
345return this.ShowDefaultCaseExpanded || designerView.ShouldExpandAll;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
639if (this.ShouldExpandAll) 661e.CanExecute = this.ShouldExpandAll || this.ShouldCollapseAll; 675e.CanExecute = !this.ShouldExpandAll;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
174if (!this.ShouldExpandAll)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
114DoesParentAlwaysCollapseChildren(modelItem, context), isDesignerExpanded, designerView.ShouldExpandAll, designerView.ShouldCollapseAll, isDesignerPinned);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
99if (this.Designer.ShouldExpandAll)