2 instantiations of ContentProperty
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (1)
1911
[
ContentProperty
("Activities")]
AuthoringOM\Serializer\XamlInterfaces.cs (1)
241
[
ContentProperty
("Items")]
2 references to ContentProperty
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
3090
object[] contentPropertyAttributes = parentObject.GetType().GetCustomAttributes(typeof(
ContentPropertyAttribute
), true);
3092
contentPropertyName = ((
ContentPropertyAttribute
)contentPropertyAttributes[0]).Name;