5 references to GetBaseType
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
2085Type rtType = PropertyDescriptorUtils.GetBaseType(propertyDescriptor, Activity, Activity.Site);
AuthoringOM\Design\CustomActivityDesigner.cs (1)
890Type baseType = PropertyDescriptorUtils.GetBaseType(propertyDescriptor, propertyOwner, serviceProvider);
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
148this.boundType = PropertyDescriptorUtils.GetBaseType(this.context.PropertyDescriptor, PropertyDescriptorUtils.GetComponent(context), serviceProvider);
AuthoringOM\Design\PropertyDescriptors.cs (2)
427Type memberType = PropertyDescriptorUtils.GetBaseType(context.PropertyDescriptor, context.Instance, context); 528Type boundType = PropertyDescriptorUtils.GetBaseType(context.PropertyDescriptor, context.Instance, context);