2 instantiations of PickBranch
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\Factories\PickWithTwoBranchesFactory.cs (2)
18
new System.Activities.Statements.
PickBranch
22
new System.Activities.Statements.
PickBranch
7 references to PickBranch
System.Activities (4)
System\Activities\Statements\Pick.cs (4)
20
Collection<
PickBranch
> branches;
37
public Collection<
PickBranch
> Branches
43
this.branches = new ValidatingCollection<
PickBranch
>
96
foreach (
PickBranch
branch in this.Branches)
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\PickBranchDesigner.xaml.cs (1)
26
Type type = typeof(
PickBranch
);
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
53
object instance = DragDropHelper.GetDroppedObjectInstance(this.branchesPresenter, this.Context, typeof(
PickBranch
), null);
System\Activities\Core\Presentation\PickValidationErrorSourceLocator.cs (1)
61
foreach (
PickBranch
branch in pickActivity.Branches)