8 references to PropertyOwner
System.Workflow.ComponentModel (8)
AuthoringOM\Design\PropertyDescriptors.cs (8)
299object value = (PropertyOwner != null) ? GetValue(PropertyOwner) : null; 300bool propertiesSupported = RealPropertyDescriptor.Converter.GetPropertiesSupported((PropertyOwner != null) ? new TypeDescriptorContext(ServiceProvider, RealPropertyDescriptor, PropertyOwner) : null); 314object value = (PropertyOwner != null) ? GetValue(PropertyOwner) : null; 315bool propertiesSupported = RealPropertyDescriptor.Converter.GetPropertiesSupported((PropertyOwner != null) ? new TypeDescriptorContext(ServiceProvider, RealPropertyDescriptor, PropertyOwner) : null);