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