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