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