Base:
property
PropertyType
System.ComponentModel.PropertyDescriptor.PropertyType
1 write to PropertyType
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1129PropertyType = collectionItemType;
2 references to PropertyType
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
1232AttributeCollection ICustomTypeDescriptor.GetAttributes() => TypeDescriptor.GetAttributes(PropertyType); 1237string ICustomTypeDescriptor.GetClassName() => PropertyType.Name;