6 types derived from DynamicPropertyDescriptor
System.Workflow.ComponentModel (6)
AuthoringOM\Design\PropertyDescriptors.cs (5)
26internal sealed class IDPropertyDescriptor : DynamicPropertyDescriptor 62internal sealed class NamePropertyDescriptor : DynamicPropertyDescriptor 260internal class ActivityBindPropertyDescriptor : DynamicPropertyDescriptor 714internal sealed class ActivityBindNamePropertyDescriptor : DynamicPropertyDescriptor 757internal sealed class ActivityBindPathPropertyDescriptor : DynamicPropertyDescriptor
Shared\BasePropertyDescriptor.cs (1)
623internal class TypePropertyDescriptor : DynamicPropertyDescriptor
1 instantiation of DynamicPropertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
204newProperties[key] = new DynamicPropertyDescriptor(serviceProvider, propDesc);
4 references to DynamicPropertyDescriptor
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (2)
2099if (methodDescriptor is DynamicPropertyDescriptor) 2100methodDescriptor = ((DynamicPropertyDescriptor)methodDescriptor).RealPropertyDescriptor;
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
147if (this.context.PropertyDescriptor is DynamicPropertyDescriptor)
AuthoringOM\Design\UITypeEditors.cs (1)
128if (context != null && context.PropertyDescriptor is DynamicPropertyDescriptor)