38 references to FlowDecision
System.Activities (6)
System\Activities\Statements\Flowchart.cs (4)
356
FlowDecision
decision = node as
FlowDecision
;
391
FlowDecision
decision = this.GetCurrentNode(context) as
FlowDecision
;
System\Activities\Statements\FlowDecision.cs (2)
22
this.displayName =
FlowDecision
.DefaultDisplayName;
70
[DefaultValue(
FlowDecision
.DefaultDisplayName)]
System.Activities.Core.Presentation (31)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (10)
149
else if (typeof(
FlowDecision
).IsAssignableFrom(currentFlowElement.GetType()))
151
FlowDecision
currentFlowDecision = (
FlowDecision
)currentFlowElement;
152
FlowDecision
clonedFlowDecision = (
FlowDecision
)clonedFlowElements[currentFlowElement];
205
else if (typeof(
FlowDecision
).IsAssignableFrom(currentFlowElement.GetType()))
211
FlowDecision
currentFlowDecision = (
FlowDecision
)currentFlowElement;
212
FlowDecision
clonedFlowDecision = (
FlowDecision
)clonedFlowElements[currentFlowElement];
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (4)
134
else if (typeof(
FlowDecision
).IsAssignableFrom(e.ParentModelItem.ItemType))
426
else if (typeof(
FlowDecision
).IsAssignableFrom(currentMI.ItemType))
622
else if (typeof(
FlowDecision
).IsAssignableFrom(srcModelItem.ItemType))
715
else if (typeof(
FlowDecision
).IsAssignableFrom(srcFlowElementModelItem.ItemType))
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (2)
62
else if (typeof(
FlowDecision
).IsAssignableFrom(linkModelItem.ItemType))
169
else if (typeof(
FlowDecision
).IsAssignableFrom(srcFlowElementMI.ItemType))
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (14)
560
else if (typeof(
FlowDecision
).IsAssignableFrom(model.ItemType))
924
if (typeof(
FlowDecision
).IsAssignableFrom(linkModelItem.ItemType))
981
if (typeof(
FlowDecision
).IsAssignableFrom(linkModelItem.ItemType))
1144
else if (model != null && typeof(
FlowDecision
).IsAssignableFrom(model.ItemType))
1267
if (sourceContainer != null && typeof(
FlowDecision
).IsAssignableFrom(sourceContainer.ModelItem.ItemType))
1317
if (srcContainer != null && typeof(
FlowDecision
).IsAssignableFrom(srcContainer.ModelItem.ItemType))
1401
if ((typeof(
FlowDecision
).IsAssignableFrom(linkModelItem.ItemType)))
1950
!typeof(
FlowDecision
).IsAssignableFrom(linkModelItem.ItemType) &&
2215
if (!((dest is VirtualizedContainerService.VirtualizingContainer) && ((VirtualizedContainerService.VirtualizingContainer)dest).ModelItem.ItemType == typeof(
FlowDecision
)))
2294
else if (sourceModelItem.ItemType == typeof(
FlowDecision
))
2355
else if (sourceModelItem.ItemType == typeof(
FlowDecision
))
2466
else if (typeof(
FlowDecision
) == srcFlowNodeModelItem.ItemType && FreeFormPanel.GetSourceConnectionPoint(connector).Equals(GetTrueConnectionPoint(srcDesigner)))
2470
else if (typeof(
FlowDecision
) == srcFlowNodeModelItem.ItemType && FreeFormPanel.GetSourceConnectionPoint(connector).Equals(GetFalseConnectionPoint(srcDesigner)))
2501
else if (droppedModelItem.ItemType == typeof(
FlowDecision
))
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
110
Type type = typeof(
FlowDecision
);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (1)
33
builder.AddCustomAttributes(typeof(
FlowDecision
), "DisplayName", BrowsableAttribute.No);