14 references to PropertyDescriptorCollection
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptor.cs (1)
70return new PropertyDescriptorCollection(tempPropertyDescriptors.ToArray(), true);
System.ComponentModel.TypeConverter (13)
System\ComponentModel\Design\DesignerOptionService.cs (1)
203_properties = new PropertyDescriptorCollection(propArray, true);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
19public static readonly PropertyDescriptorCollection Empty = new PropertyDescriptorCollection(null, true);
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
635properties = new PropertyDescriptorCollection(fullArray, true);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
496_properties = new PropertyDescriptorCollection(propertyArray, true);
System\ComponentModel\TypeDescriptor.cs (9)
1329return new PropertyDescriptorCollection(null, true); 1356return new PropertyDescriptorCollection(null, true); 1368properties = new PropertyDescriptorCollection(descriptors, true); 1435return new PropertyDescriptorCollection(null, true); 1507props = new PropertyDescriptorCollection(propArray, true); 1576props = new PropertyDescriptorCollection(propArray, true); 1914cacheValue = new PropertyDescriptorCollection(propArray, true); 2105cacheValue = new PropertyDescriptorCollection(propArray, true); 2253cacheValue = new PropertyDescriptorCollection(propArray, true);