1 write to _properties
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1126
_properties
= new PropertyDescriptorCollection([this]);
2 references to _properties
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
1284
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() =>
_properties
;
1293
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) =>
_properties
;