31 references to PropertyDescriptorCollection
System.ComponentModel.TypeConverter (6)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
41PropertyDescriptorCollection properties = new PropertyDescriptorCollection(null);
System\ComponentModel\ArrayConverter.cs (2)
41return new PropertyDescriptorCollection(null); 55return new PropertyDescriptorCollection(props);
System\ComponentModel\CollectionConverter.cs (1)
36return new PropertyDescriptorCollection(null);
System\ComponentModel\Design\DesignerOptionService.cs (1)
442PropertyDescriptorCollection props = new PropertyDescriptorCollection(null);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
55public PropertyDescriptorCollection(PropertyDescriptor[]? properties, bool readOnly) : this(properties)
System.Data.Common (11)
System\Data\Common\DataRecordInternal.cs (1)
363_propertyDescriptors ??= new PropertyDescriptorCollection(null);
System\Data\Common\DbConnectionStringBuilder.cs (2)
415propertyDescriptors = new PropertyDescriptorCollection(properties); 584return new PropertyDescriptorCollection(filteredPropertiesArray);
System\Data\Common\DbDataRecord.cs (1)
102new PropertyDescriptorCollection(null);
System\Data\Common\DbEnumerator.cs (1)
108_descriptors = new PropertyDescriptorCollection(props);
System\Data\DataRowView.cs (1)
15private static readonly PropertyDescriptorCollection s_zeroPropertyDescriptorCollection = new PropertyDescriptorCollection(null);
System\Data\DataTable.cs (1)
4921_propertyDescriptorCollectionCache = new PropertyDescriptorCollection(props);
System\Data\DataView.cs (2)
1191return new PropertyDescriptorCollection(null); 1201return new PropertyDescriptorCollection(null);
System\Data\DataViewManager.cs (1)
302return new PropertyDescriptorCollection(null);
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
127_propsCollection = new PropertyDescriptorCollection(props);
System.Windows.Forms (8)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
276return new PropertyDescriptorCollection(properties.Properties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1327properties = new PropertyDescriptorCollection(SortParenProperties(propertyDescriptors));
System\Windows\Forms\DataBinding\ListBindingHelper.cs (4)
122return new PropertyDescriptorCollection(null); 350return new PropertyDescriptorCollection(null); 457return new PropertyDescriptorCollection(null); 635pdc = new PropertyDescriptorCollection(null);
System\Windows\Forms\Design\EventsTab.cs (2)
104return new(null); 166componentEventProperties = new(mergedEvents);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2176props = new PropertyDescriptorCollection(propArray);
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
680_properties = new PropertyDescriptorCollection(propArray);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1300return new PropertyDescriptorCollection(propArray);
System.Windows.Forms.Tests (3)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (1)
1900.Returns(new PropertyDescriptorCollection(Array.Empty<PropertyDescriptor>()));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
318.Returns(new PropertyDescriptorCollection(Array.Empty<PropertyDescriptor>()));
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2154.Returns(new PropertyDescriptorCollection(Array.Empty<PropertyDescriptor>()));