5 writes to ExpandState
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
638
this.FocusedViewElement.
ExpandState
= false;
713
this.FocusedViewElement.
ExpandState
= true;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
193
view.
ExpandState
= expandState;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
98
this.
ExpandState
= false;
168
this.
ExpandState
= (bool)expandCollapseViewState;
2 references to ExpandState
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (2)
180
bool expandState = view.
ExpandState
;
191
if (view.
ExpandState
!= expandState)