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