1 instantiation of RuntimeNameProperty
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
140[RuntimeNameProperty("Name")]
2 references to RuntimeNameProperty
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
1369object[] attributes = obj.GetType().GetCustomAttributes(typeof(RuntimeNamePropertyAttribute), true); 1372name = (attributes[0] as RuntimeNamePropertyAttribute).Name;