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