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