1 instantiation of ReadonlyPropertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
829readonlyProperties.Add(new ReadonlyPropertyDescriptor(property));
1 reference to ReadonlyPropertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
828if (browsable != null && browsable.Browsable && !(property is ReadonlyPropertyDescriptor))