2 references to ExpandViewStateKey
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
115
this.ViewStateService.StoreViewState(this.ModelItem,
ExpandViewStateKey
, newValue);
164
object expandCollapseViewState = this.ViewStateService.RetrieveViewState(this.ModelItem,
ExpandViewStateKey
);