10 references to PropertySegment
System.Workflow.ComponentModel (10)
AuthoringOM\Serializer\PropertySegmentSerializer.cs (10)
147
if (propertyInfo.
PropertySegment
!= null)
149
if (propertyInfo.
PropertySegment
.PropertyDescriptor != null)
151
context = new TypeDescriptorContext(propertyInfo.
PropertySegment
.ServiceProvider, propertyInfo.
PropertySegment
.PropertyDescriptor, propertyInfo.
PropertySegment
.Object);
152
converter = propertyInfo.
PropertySegment
.PropertyDescriptor.Converter;
154
else if (propertyInfo.
PropertySegment
.Object != null)
156
PropertyDescriptor propertyDescriptor = TypeDescriptor.GetProperties(propertyInfo.
PropertySegment
.Object)[propertyInfo.Name];
159
context = new TypeDescriptorContext(propertyInfo.
PropertySegment
.ServiceProvider, propertyDescriptor, propertyInfo.
PropertySegment
.Object);