3 references to UpdateViewState
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
171
this.
UpdateViewState
(this.CaseName + CaseViewStateKeyAppendString, DefaultConnectorViewStateKey);
239
this.
UpdateViewState
(DefaultConnectorViewStateKey, GenericFlowSwitchHelper.GetString(uniqueCase, typeof(T)) + CaseViewStateKeyAppendString);
292
this.
UpdateViewState
(oldViewStateKey, GenericFlowSwitchHelper.GetString(newValue, typeof(T)) + CaseViewStateKeyAppendString);