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