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)
1290PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => _properties; 1299PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[]? attributes) => _properties;