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