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