16 references to FlowSwitch
System.Activities (2)
System\Activities\Statements\FlowSwitch.cs (2)
25this.displayName = FlowSwitch<T>.DefaultDisplayName; 51[DefaultValue(FlowSwitch<T>.DefaultDisplayName)]
System.Activities.Core.Presentation (13)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
239collectionChange.Collection.Parent.Parent.ItemType.GetGenericTypeDefinition() == typeof(FlowSwitch<>)) 279dictionaryChange.Dictionary.Parent.ItemType.GetGenericTypeDefinition() == typeof(FlowSwitch<>))
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
115Type type = typeof(System.Activities.Statements.FlowSwitch<>);
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
21private FlowSwitch<T> parentFlowSwitch; 32this.parentFlowSwitch = (FlowSwitch<T>)this.flowSwitchModelItem.GetCurrentValue(); 71this.parentFlowSwitch = value as FlowSwitch<T>;
System\Activities\Core\Presentation\GenericFlowSwitchHelper.cs (7)
58FlowSwitch<T> currentFlowSwitch = (FlowSwitch<T>)currentFlowElement; 59FlowSwitch<T> clonedFlowSwitch = (FlowSwitch<T>)clonedFlowElements[currentFlowElement]; 108FlowSwitch<T> currentFlowSwitch = (FlowSwitch<T>)currentFlowElement; 149return type.IsGenericType && type.GetGenericTypeDefinition() == typeof(FlowSwitch<>);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (1)
34builder.AddCustomAttributes(typeof(FlowSwitch<>), "DisplayName", BrowsableAttribute.No);