1 write to propertyDescriptor
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
25this.propertyDescriptor = propertyDescriptor;
8 references to propertyDescriptor
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (8)
44return this.propertyDescriptor.Attributes; 77return new ModelTypeConverter(((IModelTreeItem)this.Parent).ModelTreeManager, propertyDescriptor.Converter); 87DefaultValueAttribute defaultValueAttribute = this.propertyDescriptor.Attributes[typeof(DefaultValueAttribute)] as DefaultValueAttribute; 114return propertyDescriptor.IsBrowsable; 132return propertyDescriptor.IsReadOnly; 148return propertyDescriptor.Name; 164return propertyDescriptor.PropertyType; 180return propertyDescriptor;