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