15 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)
634properties = new PropertyDescriptorCollection(fullArray, true);
System\ComponentModel\ReflectTypeDescriptionProvider.ReflectedTypeData.cs (1)
496_properties = new PropertyDescriptorCollection(propertyArray, true);
System\ComponentModel\TypeDescriptor.cs (9)
1334return new PropertyDescriptorCollection(null, true); 1361return new PropertyDescriptorCollection(null, true); 1373properties = new PropertyDescriptorCollection(descriptors, true); 1440return new PropertyDescriptorCollection(null, true); 1512props = new PropertyDescriptorCollection(propArray, true); 1581props = new PropertyDescriptorCollection(propArray, true); 1919cacheValue = new PropertyDescriptorCollection(propArray, true); 2110cacheValue = new PropertyDescriptorCollection(propArray, true); 2258cacheValue = new PropertyDescriptorCollection(propArray, true);
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\Com2PropertyDescriptor.Com2PropDescMainConverter.cs (1)
61properties = new PropertyDescriptorCollection(descriptors, true);