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