17 references to Flowchart
System.Activities (12)
System\Activities\Statements\Flowchart.cs (2)
97
Flowchart
originalFlowchart = (
Flowchart
)originalActivity;
System\Activities\Statements\FlowDecision.cs (1)
83
internal override void OnOpen(
Flowchart
owner, NativeActivityMetadata metadata)
System\Activities\Statements\FlowNode.cs (4)
13
Flowchart
owner;
40
internal
Flowchart
Owner
49
internal bool Open(
Flowchart
owner, NativeActivityMetadata metadata)
76
internal abstract void OnOpen(
Flowchart
owner, NativeActivityMetadata metadata);
System\Activities\Statements\FlowStep.cs (1)
34
internal override void OnOpen(
Flowchart
owner, NativeActivityMetadata metadata)
System\Activities\Statements\FlowSwitch.cs (3)
64
internal override void OnOpen(
Flowchart
owner, NativeActivityMetadata metadata)
89
bool IFlowSwitch.Execute(NativeActivityContext context,
Flowchart
parent)
127
CompletionCallback<T> GetSwitchCompletedCallback(
Flowchart
parent)
System\Activities\Statements\IFlowSwitch.cs (1)
9
bool Execute(NativeActivityContext context,
Flowchart
parent);
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
254
Type type = typeof(
Flowchart
);
428
if (typeof(
Flowchart
) == model.ItemType)
1952
!typeof(
Flowchart
).IsAssignableFrom(linkModelItem.ItemType);
System\Activities\Presentation\ActivityDesignerHelper.cs (1)
93
result = (typeof(
Flowchart
).IsAssignableFrom(p.ItemType));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (1)
32
builder.AddCustomAttributes(typeof(
Flowchart
), "ValidateUnconnectedNodes", BrowsableAttribute.No);