39 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)
418
propertyDescriptors = new
PropertyDescriptorCollection
(properties);
587
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 (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2682
_propsStash = new
PropertyDescriptorCollection
([.. returnProperties]);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
276
return new
PropertyDescriptorCollection
(properties.Properties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1321
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 (5)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1132
_properties = new
PropertyDescriptorCollection
([this]);
System\ComponentModel\Design\EventBindingService.cs (1)
191
return new
PropertyDescriptorCollection
([.. props]);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2173
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.Design.Tests (4)
System\ComponentModel\Design\Serialization\DesignerSerializationManagerTests.cs (1)
247
.Returns(new
PropertyDescriptorCollection
([null]));
System\Windows\Forms\Design\ControlCommandSetTests.cs (2)
178
return new
PropertyDescriptorCollection
(allProperties);
189
return new
PropertyDescriptorCollection
(allProperties);
System\Windows\Forms\Design\EditorServiceContextTests.cs (1)
209
public override PropertyDescriptorCollection GetProperties() => new
PropertyDescriptorCollection
([_property]);
System.Windows.Forms.Tests (4)
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (1)
1902
.Returns(new
PropertyDescriptorCollection
(Array.Empty<PropertyDescriptor>()));
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (1)
320
.Returns(new
PropertyDescriptorCollection
(Array.Empty<PropertyDescriptor>()));
System\Windows\Forms\ListBindingHelperTests.cs (1)
201
.Returns(new
PropertyDescriptorCollection
([new CustomPropertyDescriptor("Property", null)]));
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2156
.Returns(new
PropertyDescriptorCollection
(Array.Empty<PropertyDescriptor>()));