2 references to ExpandViewStateKey
System.Data (2)
cdf\src\NetFx40\Tools\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
);