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