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