Base:
property
IsReadOnly
System.Workflow.ComponentModel.Design.DynamicPropertyDescriptor.IsReadOnly
2 references to IsReadOnly
System.Workflow.ComponentModel (2)
AuthoringOM\Design\PropertyDescriptors.cs (2)
301if (((uiTypeEditor == null && !propertiesSupported) || value is ActivityBind) && !IsReadOnly) 312if (editorBaseType == typeof(UITypeEditor) && !IsReadOnly)