13 references to CurrentActivity
System.Workflow.ComponentModel (13)
AuthoringOM\ActivityExecutionContext.cs (2)
564if (e.CurrentActivity == activity) 567ICollection<string> handlesOnChild = (ICollection<string>)e.CurrentActivity.GetValue(Activity.SynchronizationHandlesProperty);
AuthoringOM\Compiler\XomlCompiler.cs (1)
820Activity currentActivity = e.CurrentActivity;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
645Activity currentActivity = e.CurrentActivity;
AuthoringOM\Design\CompositeActivityDesigner.cs (3)
845ExtenderHelpers.FilterDependencyProperties(this.Activity.Site, walkerEventArgs.CurrentActivity); 975ExtenderHelpers.FilterDependencyProperties(this.Activity.Site, walkerEventArgs.CurrentActivity); 976TypeDescriptor.Refresh(walkerEventArgs.CurrentActivity);
AuthoringOM\Design\XomlDesignerLoader.cs (6)
726if (args.CurrentActivity != null) 727TypeDescriptor.Refresh(args.CurrentActivity); 732walker.WalkProperties(args.CurrentActivity, args.CurrentValue); 737if (args.CurrentActivity != null) 739TypeDescriptor.Refresh(args.CurrentActivity); 741ActivityDesigner activityDesigner = ActivityDesigner.GetDesigner(args.CurrentActivity);