4 references to FlowSwitchCaseEditorDialog
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
241FlowSwitchCaseEditorDialog editor = new FlowSwitchCaseEditorDialog(srcFlowElementMI, this.Context, this, SR.AddNewCase, typeArgument);
System\Activities\Core\Presentation\FlowSwitchCaseEditorDialog.cs (2)
31static DependencyProperty caseProperty = DependencyProperty.Register("Case", typeof(object), typeof(FlowSwitchCaseEditorDialog), new UIPropertyMetadata(null)); 65Path = new PropertyPath(FlowSwitchCaseEditorDialog.caseProperty),
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
207FlowSwitchCaseEditorDialog editor = new FlowSwitchCaseEditorDialog(this.flowSwitchModelItem, ((WorkflowViewElement)this.flowSwitchModelItem.View).Context, this.flowSwitchModelItem.View, SR.ChangeCaseValue, this.flowSwitchModelItem.ItemType.GetGenericArguments()[0]);