31 references to PropertyDescriptorCollection
System.ComponentModel.TypeConverter (6)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (1)
41
PropertyDescriptorCollection properties = new
PropertyDescriptorCollection
(null);
System\ComponentModel\ArrayConverter.cs (2)
41
return new
PropertyDescriptorCollection
(null);
55
return new
PropertyDescriptorCollection
(props);
System\ComponentModel\CollectionConverter.cs (1)
36
return new
PropertyDescriptorCollection
(null);
System\ComponentModel\Design\DesignerOptionService.cs (1)
442
PropertyDescriptorCollection props = new
PropertyDescriptorCollection
(null);
System\ComponentModel\PropertyDescriptorCollection.cs (1)
55
public 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)
415
propertyDescriptors = new
PropertyDescriptorCollection
(properties);
584
return new
PropertyDescriptorCollection
(filteredPropertiesArray);
System\Data\Common\DbDataRecord.cs (1)
102
new
PropertyDescriptorCollection
(null);
System\Data\Common\DbEnumerator.cs (1)
108
_descriptors = new
PropertyDescriptorCollection
(props);
System\Data\DataRowView.cs (1)
15
private static readonly PropertyDescriptorCollection s_zeroPropertyDescriptorCollection = new
PropertyDescriptorCollection
(null);
System\Data\DataTable.cs (1)
4921
_propertyDescriptorCollectionCache = new
PropertyDescriptorCollection
(props);
System\Data\DataView.cs (2)
1191
return new
PropertyDescriptorCollection
(null);
1201
return new
PropertyDescriptorCollection
(null);
System\Data\DataViewManager.cs (1)
302
return 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)
276
return new
PropertyDescriptorCollection
(properties.Properties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1327
properties = new
PropertyDescriptorCollection
(SortParenProperties(propertyDescriptors));
System\Windows\Forms\DataBinding\ListBindingHelper.cs (4)
122
return new
PropertyDescriptorCollection
(null);
350
return new
PropertyDescriptorCollection
(null);
457
return new
PropertyDescriptorCollection
(null);
635
pdc = new
PropertyDescriptorCollection
(null);
System\Windows\Forms\Design\EventsTab.cs (2)
104
return
new
(null);
166
componentEventProperties =
new
(mergedEvents);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2176
props = new
PropertyDescriptorCollection
(propArray);
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (1)
680
_properties = new
PropertyDescriptorCollection
(propArray);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1300
return 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>()));