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