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