6 references to CustomActivityProperty
System.Workflow.ComponentModel (6)
AuthoringOM\Activity.cs (5)
248SetValue(CustomActivityProperty, false); 257SetValue(CustomActivityProperty, false); 1376this.UserData[UserDataKeys.CustomActivity] = this.GetValue(CustomActivityProperty); 2117SetValue(CustomActivityProperty, true); 2457if ((bool)compositeActivity.GetValue(CustomActivityProperty) == true)
AuthoringOM\Serializer\ModifyActivitiesPropertyDescriptor.cs (1)
75(component as CompositeActivity).SetValue(CompositeActivity.CustomActivityProperty, false);