49 instantiations of PropertyDescriptorCollection
System.ComponentModel.Annotations (1)
System.ComponentModel.TypeConverter (22)
System\ComponentModel\PropertyDescriptorCollection.cs (5)
19public static readonly PropertyDescriptorCollection Empty = new PropertyDescriptorCollection(null, true);
286return new PropertyDescriptorCollection(_properties, Count, _namedSort, _comparer);
296return new PropertyDescriptorCollection(_properties, Count, names, _comparer);
305return new PropertyDescriptorCollection(_properties, Count, names, comparer);
314return new PropertyDescriptorCollection(_properties, Count, _namedSort, comparer);
System.Data.Common (11)
System.Windows.Forms (9)
System.Windows.Forms.Design (3)
System.Windows.Forms.Tests (3)
444 references to PropertyDescriptorCollection
DesignSurfaceExt (3)
netstandard (1)
PresentationFramework (2)
PresentationFramework-SystemData (1)
PresentationFramework-SystemXmlLinq (1)
ReachFramework (3)
System (1)
System.ComponentModel.Annotations (6)
System.ComponentModel.TypeConverter (98)
System.Data.Common (26)
System.Drawing.Common.Tests (2)
System.Windows.Forms (91)
System.Windows.Forms.Design (62)
System.Windows.Forms.Design.Tests (9)
System.Windows.Forms.Primitives (3)
System.Windows.Forms.Tests (134)
UnsupportedTypes (1)