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