3 references to PinnedViewStateKey
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ViewUtilities.cs (1)
101object isPinnedViewState = GetViewStateService(context).RetrieveViewState(modelItem, WorkflowViewElement.PinnedViewStateKey);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
123this.ViewStateService.StoreViewState(this.ModelItem, WorkflowViewElement.PinnedViewStateKey, newValue); 165object pinViewState = this.ViewStateService.RetrieveViewState(this.ModelItem, WorkflowViewElement.PinnedViewStateKey);