2 writes to parentFlowSwitch
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowSwitchLink.cs (2)
32this.parentFlowSwitch = (FlowSwitch<T>)this.flowSwitchModelItem.GetCurrentValue(); 71this.parentFlowSwitch = value as FlowSwitch<T>;
2 references to parentFlowSwitch
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowSwitchLink.cs (2)
67return this.parentFlowSwitch; 150return this.parentFlowSwitch.Cases.ContainsKey((T)key);