2 references to FlowSwitchDefaultCaseDisplayNameEditingScopeDesc
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
190
using (ModelEditingScope scope = this.ModelItem.BeginEdit(SR.
FlowSwitchDefaultCaseDisplayNameEditingScopeDesc
))
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
390
using (ModelEditingScope scope = this.flowSwitchModelItem.BeginEdit(SR.
FlowSwitchDefaultCaseDisplayNameEditingScopeDesc
))