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