2 writes to activityDefinitionResolve
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1221
activityDefinitionResolve
+= value;
1228
activityDefinitionResolve
-= value;
2 references to activityDefinitionResolve
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1258
if (
activityDefinitionResolve
!= null)
1259
invocationList =
activityDefinitionResolve
.GetInvocationList();