75 references to Enabled
System.Workflow.Activities (29)
Common\CompModHelpers.cs (3)
938
if (childActivity.
Enabled
&&
1309
if (activity.
Enabled
)
1482
if (activity.
Enabled
)
Common\ValidationHelpers.cs (1)
112
if (activity.
Enabled
)
ConstrainedGroup.cs (2)
218
if (!addedActivity.
Enabled
)
239
if (!removedActivity.
Enabled
)
CorrelationValidator.cs (2)
186
if (!args.CurrentActivity.
Enabled
)
217
if (!currentActivity.
Enabled
)
Designers\StateDesigner.cs (3)
351
if (!eventDrivenDesigner.Activity.
Enabled
)
369
if (!stateInitializationDesigner.Activity.
Enabled
)
387
if (!stateFinalizationDesigner.Activity.
Enabled
)
LocalService\CorrelationTokenTypeConvertor.cs (4)
117
if (siblingActivity.
Enabled
)
138
if (!activity.
Enabled
)
147
if (nestedActivity.
Enabled
)
153
if (containedActivity.
Enabled
)
State.cs (1)
585
if (!addedActivity.
Enabled
)
StateMachineAction.cs (4)
127
Debug.Assert(childState.
Enabled
);
155
Debug.Assert(eventDriven.
Enabled
);
183
Debug.Assert(eventDriven.
Enabled
);
211
Debug.Assert(eventDriven.
Enabled
);
StateMachineHelpers.cs (1)
232
if (child.
Enabled
)
StateValidator.cs (3)
174
if (!activity.
Enabled
)
203
if (!activity.
Enabled
)
354
if (!activity.
Enabled
|| activity == firstEventActivity)
WebServiceResponse.cs (5)
466
if (!activity.
Enabled
)
475
if (nestedActivity.
Enabled
)
481
if (containedActivity.
Enabled
)
539
if (siblingActivity.
Enabled
)
647
if (siblingActivity.
Enabled
)
System.Workflow.ComponentModel (29)
AuthoringOM\Activity.cs (7)
1541
if (childActivity.
Enabled
&& !(childActivity.ExecutionStatus == ActivityExecutionStatus.Initialized || childActivity.ExecutionStatus == ActivityExecutionStatus.Closed))
1795
if (completedChild2.
Enabled
)
2136
if (activity.
Enabled
&& !Helpers.IsFrameworkActivity(activity))
2152
if (activity.
Enabled
&& Helpers.IsFrameworkActivity(activity))
2200
if (childActivity.
Enabled
)
2233
if (childActivity.
Enabled
)
2246
if (childActivity.
Enabled
)
AuthoringOM\ActivityExecutionContext.cs (3)
641
if (activity.
Enabled
&& activity.Parent == this.currentActivity.WorkflowCoreRuntime.CurrentActivity && (allowContextVariance || activity.Equals(this.Activity.GetActivityByName(activity.QualifiedName, true))))
655
while (parentActivity != null && parentActivity.
Enabled
&& parentActivity.Parent != this.currentActivity.ContextActivity)
658
return (parentActivity != null && parentActivity.
Enabled
);
AuthoringOM\Compiler\Validation\ActivityValidator.cs (1)
32
if (activity.
Enabled
== false)
AuthoringOM\Compiler\XomlCompiler.cs (1)
821
if (!currentActivity.
Enabled
)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
646
if (!currentActivity.
Enabled
&& AppSettings.AllowXCode)
AuthoringOM\Design\ActivityDesigner.cs (4)
439
if (activity.
Enabled
&& !isNestedInComment && !IsLocked && activity.Site != null && !debugMode)
505
Activity.
Enabled
&& !isNestedInComment && !debugMode &&
510
if (!Activity.
Enabled
&& !isNestedInComment)
896
isNestedComment = (parentActivity != null && !parentActivity.
Enabled
);
AuthoringOM\Design\ActivityPreviewDesigner.cs (1)
340
if (!activity.
Enabled
&& !ActivityDesigner.IsCommentedActivity(activity))
AuthoringOM\Design\CommandSet.cs (3)
527
(i > 0 && enabledPropertyValue != activity.
Enabled
) ||
534
enabledPropertyValue = activity.
Enabled
;
656
propertyDescriptor.SetValue(activity, !activity.
Enabled
);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
1079
if (!activity.
Enabled
|| Helpers.IsActivityLocked(activity))
AuthoringOM\Design\DocumentOutline.cs (1)
480
this.ForeColor = (!activity.
Enabled
|| ActivityDesigner.IsCommentedActivity(activity)) ? WorkflowTheme.CurrentTheme.AmbientTheme.CommentIndicatorColor : SystemColors.WindowText;
AuthoringOM\ScheduleChanges.cs (2)
383
if (!activity.
Enabled
)
387
return activity.
Enabled
;
Shared\CompModHelpers.cs (3)
936
if (childActivity.
Enabled
&&
1307
if (activity.
Enabled
)
1480
if (activity.
Enabled
)
Shared\ValidationHelpers.cs (1)
111
if (activity.
Enabled
)
System.Workflow.Runtime (3)
CorrelationToken.cs (1)
198
if ((typeof(CompositeActivity).IsAssignableFrom(currentActivity.GetType())) && currentActivity.
Enabled
)
DebugEngine\DebugController.cs (1)
956
if (rootActivity == null || !rootActivity.
Enabled
)
System\Activities\Statements\Interop.cs (1)
357
if (!this.ComponentModelActivity.
Enabled
)
System.WorkflowServices (14)
System\Workflow\Activities\ChannelToken.cs (1)
280
if (currentActivity.
Enabled
)
System\Workflow\Activities\ChannelTokenTypeConverter.cs (4)
112
if (!activity.
Enabled
)
119
if (containedActivity.
Enabled
)
127
if (nestedActivity.
Enabled
)
155
if (siblingActivity.
Enabled
)
System\Workflow\Activities\ContextToken.cs (1)
281
if (currentActivity.
Enabled
)
System\Workflow\Activities\ContextTokenTypeConverter.cs (4)
112
if (!activity.
Enabled
)
119
if (containedActivity.
Enabled
)
127
if (nestedActivity.
Enabled
)
155
if (siblingActivity.
Enabled
)
System\Workflow\Activities\Design\ServiceOperationUIEditor.cs (1)
51
if (!foundActivity.
Enabled
)
System\Workflow\Activities\ReceiveActivity.cs (1)
638
if (!this.
Enabled
)
System\Workflow\Activities\ValidationHelper.cs (2)
1068
if (rootActivity == null || !rootActivity.
Enabled
)
1077
if (!activity.
Enabled
)