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