4 references to MoveBranchKey
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (4)
364
designerVerb.Properties[DesignerUserDataKeys.
MoveBranchKey
] = true;
368
designerVerb.Properties[DesignerUserDataKeys.
MoveBranchKey
] = false;
832
ParallelActivityDesigner.MoveDesigners(this, (bool)moveBranchVerb.Properties[DesignerUserDataKeys.
MoveBranchKey
]);
855
bool moveleft = (bool)moveBranchVerb.Properties[DesignerUserDataKeys.
MoveBranchKey
];