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