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