6 references to Property
System.Workflow.ComponentModel (6)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (6)
513else if (reader.NodeType == XmlNodeType.Text && contentProperty.Property != null) 850if (propertyObj is PropertyInfo && contentProperty.Property == (PropertyInfo)propertyObj) 989if (propertyObj is PropertyInfo && (PropertyInfo)propertyObj == contentProperty.Property) 1037(contentProperty.Property == null || contentProperty.Property.PropertyType != typeof(object))) 1051if (contentProperty.Property == null)