3 references to IsExecutingProperty
System.Workflow.Activities (3)
Parallel.cs (3)
91
base.RemoveProperty(ParallelActivity.
IsExecutingProperty
);
183
return (bool)base.GetValue(
IsExecutingProperty
);
187
base.SetValue(
IsExecutingProperty
, value);