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