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