1 implementation of CaseObject
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
98public object CaseObject
3 references to CaseObject
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
186IFlowSwitchLink link = GenericFlowSwitchHelper.CreateFlowSwitchLink(flowSwitchModelItem.ItemType, flowSwitchModelItem, ((IFlowSwitchLink)oldLinkModelItem.GetCurrentValue()).CaseObject, isDefault);
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (2)
99GenericFlowSwitchHelper.RemoveCase(realFlowSwitchMI.Properties["Cases"], flowSwitchLink.CaseObject); 264GenericFlowSwitchHelper.AddCase(srcFlowElementMI.Properties["Cases"], link.CaseObject, destFlowElementMI.GetCurrentValue());