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