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