Base:
property
Expanded
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.Expanded
25 references to Expanded
System.Workflow.Activities (5)
Designers\EventHandlersDesigner.cs (2)
64if (Expanded && IsVisible) 80if (Expanded && IsVisible)
Designers\WhileDesigner.cs (3)
34if (Expanded) 74if (Expanded && connectors.GetLength(0) > 0) 85if (compositeDesignerTheme != null && Expanded)
System.Workflow.ComponentModel (20)
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (2)
70if (Expanded && IsVisible) 86if (Expanded && IsVisible)
AuthoringOM\Design\ActivityPreviewDesigner.cs (9)
181if (Expanded && IsVisible) 197if (Expanded && IsVisible) 296if (!Expanded || ContainedDesigners.Count > 0 || ShowPreview || ActiveDesigner != this) 323if (Expanded && ActiveDesigner == this) 343if (ShowPreview && designMode && Expanded) 377if (Expanded && ActiveDesigner == this) 536if (!Expanded || ActiveDesigner != this) 569if (ActiveDesigner == this && Expanded) 608if (Expanded && ActiveDesigner == this)
AuthoringOM\Design\DesignerInterfaces.cs (1)
719if (sequentialActivityDesigner != null && sequentialActivityDesigner.Expanded)
AuthoringOM\Design\SequentialActivityDesigner.cs (8)
97if (GetConnectors().Length == 0 || !Expanded || !IsVisible) 113if (connectors.Length == 0 || !Expanded || !IsVisible) 158if (this.HelpText.Length == 0 || ContainedDesigners.Count > 0 || !Expanded || connectors.Length == 0) 178if (!Expanded) 306if (!Expanded) 402if (Expanded && compositeDesignerTheme != null) 438if (Expanded && ActiveDesigner == this) 474if (Expanded && ActiveDesigner == this && compositeDesignerTheme != null)