2 overrides of CreateAttributeCollection
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
476protected sealed override AttributeCollection CreateAttributeCollection() => new(AttributeArray);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.cs (1)
178protected override AttributeCollection CreateAttributeCollection() => new MergedAttributeCollection(this);
1 reference to CreateAttributeCollection
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MemberDescriptor.cs (1)
156attrs = CreateAttributeCollection();