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