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