49 references to ActiveDesigner
System.Workflow.ComponentModel (49)
AuthoringOM\Design\ActivityPreviewDesigner.cs (20)
117if (ActiveDesigner == this) 268if (ActiveDesigner == this) 296if (!Expanded || ContainedDesigners.Count > 0 || ShowPreview || ActiveDesigner != this) 323if (Expanded && ActiveDesigner == this) 377if (Expanded && ActiveDesigner == this) 418if (ActiveDesigner == this) 441if (ActiveDesigner == this) 456if (ActiveDesigner != this) 515if (ActiveDesigner == this && this.previewStrip.Bounds.Contains(dropPoint)) 536if (!Expanded || ActiveDesigner != this) 569if (ActiveDesigner == this && Expanded) 608if (Expanded && ActiveDesigner == this) 664if (ActiveDesigner == this) 678if (ActiveDesigner == this) 690if (ActiveDesigner == this) 698if (ActiveDesigner == this) 765if (ActiveDesigner == this) 806if (selectionService == null || ActiveDesigner != this) 1026if (activityCollectionDesigner != null && activityCollectionDesigner.ActiveDesigner == activityCollectionDesigner) 1044if (activityCollectionDesigner != null && activityCollectionDesigner.ActiveDesigner == activityCollectionDesigner)
AuthoringOM\Design\ParallelActivityDesigner.cs (9)
57if (ActiveDesigner != this) 75if (ActiveDesigner != this) 128if (ActiveDesigner != this) 152if (ActiveDesigner != this) 169if (ActiveDesigner != this) 196if (Expanded && ActiveDesigner == this) 215if (Expanded && ActiveDesigner == this) 243if (Expanded && ActiveDesigner == this && compositeDesignerTheme != null) 277if (!Expanded || ActiveDesigner != this)
AuthoringOM\Design\SequenceDesignerAccessibleObject.cs (2)
45if (sequentialActivityDesigner.ActiveDesigner != sequentialActivityDesigner) 57if (sequentialActivityDesigner.ActiveDesigner != sequentialActivityDesigner)
AuthoringOM\Design\SequentialActivityDesigner.cs (7)
94if (ActiveDesigner != this) 109if (ActiveDesigner != this) 175if (ActiveDesigner != this) 302if (ActiveDesigner != this) 336if (ActiveDesigner != this) 438if (Expanded && ActiveDesigner == this) 474if (Expanded && ActiveDesigner == this && compositeDesignerTheme != null)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (1)
223ActivityDesigner activeDesigner = ActiveDesigner;
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (10)
57ActivityDesigner activeDesigner = ActiveDesigner; 92ActivityDesigner activeDesigner = ActiveDesigner; 104ActivityDesigner activeDesigner = ActiveDesigner; 164ActivityDesigner activeDesigner = ActiveDesigner; 369ActivityDesigner activeDesigner = ActiveDesigner; 392CompositeActivityDesigner activeCompositeDesigner = ActiveDesigner as CompositeActivityDesigner; 407ActivityDesigner activeDesigner = ActiveDesigner; 463ActivityDesigner activeDesigner = ActiveDesigner; 540ActivityDesigner activeDesigner = ActiveDesigner; 561ActivityDesigner activeDesigner = ActiveDesigner;